You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
485 B

import { NgZone } from '@angular/core';
import type { Gesture, GestureConfig } from '@ionic/core';
import * as i0 from "@angular/core";
export declare class GestureController {
private zone;
constructor(zone: NgZone);
/**
* Create a new gesture
*/
create(opts: GestureConfig, runInsideAngularZone?: boolean): Gesture;
static ɵfac: i0.ɵɵFactoryDeclaration<GestureController, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<GestureController>;
}