feat(application): add system appearance changed event to typings

This commit is contained in:
Vasil Chimev
2019-10-30 13:56:00 +02:00
parent 85b92b0136
commit 1d517da3ad
2 changed files with 22 additions and 1 deletions

View File

@ -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.
*/