mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-07-27 19:56:50 +00:00
Fix typing
This commit is contained in:
@@ -17,7 +17,7 @@ interface Props {
|
||||
contentTypeIndicator?: JSX.Element
|
||||
autoOpen?: boolean
|
||||
theme: Theme
|
||||
children: any
|
||||
children?: any
|
||||
}
|
||||
|
||||
function HistoryDrawer(props: Props) {
|
||||
|
||||
Reference in New Issue
Block a user