mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fixed typing
This commit is contained in:
parent
6977b5c76f
commit
487c883629
@ -74,9 +74,9 @@ function UtopiaMap({
|
||||
/** show the layer control widget (default true) */
|
||||
showGratitudeControl?: boolean
|
||||
/** show a widget to switch the theme */
|
||||
showThemeControl: boolean
|
||||
showThemeControl?: boolean
|
||||
/** the defaut theme */
|
||||
defaultTheme: string
|
||||
defaultTheme?: string
|
||||
/** ask to donate to the Utopia Project OpenCollective campaign (default false) */
|
||||
donationWidget?: boolean
|
||||
}) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user