File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ /* eslint-disable @typescript-eslint/no-unnecessary-qualifier */
12declare 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 }
You can’t perform that action at this time.
0 commit comments