fixed typing

This commit is contained in:
Anton Tranelis 2025-04-22 01:16:16 +01:00
parent 6977b5c76f
commit 487c883629

View File

@ -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
}) {