Skip to content

Commit 08b3caf

Browse files
farfromrefugNathanWalker
authored andcommitted
fix(core): autoSystemAppearanceChanged typings in ambient context fix
closes NativeScript#8840
1 parent 0e3af4d commit 08b3caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/application/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const systemAppearanceChangedEvent: string;
5757
/**
5858
* Boolean to enable/disable systemAppearanceChanged
5959
*/
60-
export let autoSystemAppearanceChanged = true;
60+
export let autoSystemAppearanceChanged: boolean;
6161

6262
/**
6363
* enable/disable systemAppearanceChanged

0 commit comments

Comments
 (0)