mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(core): autoSystemAppearanceChanged typings in ambient context fix
closes https://github.com/NativeScript/NativeScript/issues/8840
This commit is contained in:
committed by
Nathan Walker
parent
0e3af4d9b3
commit
08b3cafb54
2
packages/core/application/index.d.ts
vendored
2
packages/core/application/index.d.ts
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user