Skip to content

Commit ca6b2dd

Browse files
committed
chore: typings
1 parent ee0bd9e commit ca6b2dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/typings/extensions.android.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
/* eslint-disable @typescript-eslint/no-unnecessary-qualifier */
12
declare namespace com {
23
export namespace nativescript {
34
export namespace gesturehandler {
45
class GestureHandlerInteractionController extends com.swmansion.gesturehandler.GestureHandlerInteractionController {
56
configureInteractions(handler: com.swmansion.gesturehandler.GestureHandler<any>, waitFor: number[], simultaneousHandlers: number[]);
67
}
7-
class RootViewGestureHandler extends com.swmansion.gesturehandler.GestureHandler<RootViewGestureHandler> {
8-
}
8+
class RootViewGestureHandler extends com.swmansion.gesturehandler.GestureHandler<RootViewGestureHandler> {}
99
class PageLayout extends org.nativescript.widgets.GridLayout {
10+
constructor(context, rootGestureTag);
1011
initialize();
1112
tearDown();
1213
registry(): com.swmansion.gesturehandler.GestureHandlerRegistryImpl;
14+
getRootGestureTag(): number;
1315
}
1416
}
1517
}

0 commit comments

Comments
 (0)