mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(application): add system appearance changed event to typings (#8034)
This commit is contained in:
committed by
Martin Yankov
parent
04c65392a2
commit
2a34368465
@@ -52,6 +52,11 @@ export const lowMemoryEvent: string;
|
||||
*/
|
||||
export const orientationChangedEvent: string;
|
||||
|
||||
/**
|
||||
* String value used when hooking to systemAppearanceChanged event.
|
||||
*/
|
||||
export const systemAppearanceChangedEvent: string;
|
||||
|
||||
/**
|
||||
* Event data containing information for the application events.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user