fix(core): autoSystemAppearanceChanged typings in ambient context fix

closes https://github.com/NativeScript/NativeScript/issues/8840
This commit is contained in:
Martin Guillon
2020-09-09 22:47:26 +02:00
committed by Nathan Walker
parent 0e3af4d9b3
commit 08b3cafb54

View File

@ -57,7 +57,7 @@ export const systemAppearanceChangedEvent: string;
/** /**
* Boolean to enable/disable systemAppearanceChanged * Boolean to enable/disable systemAppearanceChanged
*/ */
export let autoSystemAppearanceChanged = true; export let autoSystemAppearanceChanged: boolean;
/** /**
* enable/disable systemAppearanceChanged * enable/disable systemAppearanceChanged