UNPKG

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/`.

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; }