1 | import { NgZone } from '@angular/core';
|
2 | import type { Gesture, GestureConfig } from '@ionic/core';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class GestureController {
|
5 | private zone;
|
6 | constructor(zone: NgZone);
|
7 | /**
|
8 | * Create a new gesture
|
9 | */
|
10 | create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture;
|
11 | static ɵfac: i0.ɵɵFactoryDeclaration<GestureController, never>;
|
12 | static ɵprov: i0.ɵɵInjectableDeclaration<GestureController>;
|
13 | }
|