UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2

20 lines (19 loc) 521 B
import { SlideGesture } from './slide-gesture'; import { Platform } from '../platform/platform'; /** * @private */ export declare class SlideEdgeGesture extends SlideGesture { edges: Array<string>; maxEdgeStart: any; private _d; constructor(plt: Platform, element: HTMLElement, opts?: any); canStart(ev: any): boolean; getContainerDimensions(): { left: number; top: number; width: number; height: number; }; _checkEdge(edge: string, pos: any): boolean; }