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/`.
13 lines (12 loc) • 358 B
TypeScript
import { SlideGesture } from './slide-gesture';
export declare class SlideEdgeGesture extends SlideGesture {
constructor(element: Element, opts?: Object);
canStart(ev: any): any;
getContainerDimensions(): {
left: number;
top: number;
width: any;
height: any;
};
_checkEdge(edge: any, pos: any): boolean;
}