mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
fix(core): autoSystemAppearanceChanged typings in ambient context fix
This commit is contained in:

committed by
Nathan Walker

parent
0e3af4d9b3
commit
c30a9c3e35
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