UNPKG

ionic-framework

Version:
9 lines (8 loc) 220 B
import { Gesture } from './gesture'; export declare class DragGesture extends Gesture { constructor(element: any, opts?: {}); listen(): void; onDrag(): void; onDragStart(): void; onDragEnd(): void; }