mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fixed: some transitions in side drawer are not working
This commit is contained in:
7
application/application.d.ts
vendored
7
application/application.d.ts
vendored
@@ -579,4 +579,11 @@ declare module "application" {
|
||||
*/
|
||||
removeNotificationObserver(observer: any, notificationName: string): void;
|
||||
}
|
||||
|
||||
/* tslint:disable */
|
||||
export interface RootViewControllerImpl {
|
||||
|
||||
contentController: any;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user