Fix typing

This commit is contained in:
Thomas Nordquist
2019-07-17 20:07:25 +02:00
parent 5badd19015
commit c59c64b65f

View File

@@ -17,7 +17,7 @@ interface Props {
contentTypeIndicator?: JSX.Element contentTypeIndicator?: JSX.Element
autoOpen?: boolean autoOpen?: boolean
theme: Theme theme: Theme
children: any children?: any
} }
function HistoryDrawer(props: Props) { function HistoryDrawer(props: Props) {