Fix typing
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user