mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +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) */
|
/** show the layer control widget (default true) */
|
||||||
showGratitudeControl?: boolean
|
showGratitudeControl?: boolean
|
||||||
/** show a widget to switch the theme */
|
/** show a widget to switch the theme */
|
||||||
showThemeControl: boolean
|
showThemeControl?: boolean
|
||||||
/** the defaut theme */
|
/** the defaut theme */
|
||||||
defaultTheme: string
|
defaultTheme?: string
|
||||||
/** ask to donate to the Utopia Project OpenCollective campaign (default false) */
|
/** ask to donate to the Utopia Project OpenCollective campaign (default false) */
|
||||||
donationWidget?: boolean
|
donationWidget?: boolean
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user