ionic-framework
Version:
The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.
8 lines (7 loc) • 309 B
TypeScript
import { SlideEdgeGesture } from '../../gestures/slide-edge-gesture';
export declare class SwipeBackGesture extends SlideEdgeGesture {
constructor(element: Element, opts: Object, navCtrl: any);
onSlideStart(): void;
onSlide(slide: any, ev: any): void;
onSlideEnd(slide: any, ev: any): void;
}