UNPKG

konva

Version:

<p align="center"> <img src="https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png" alt="Konva logo" height="180" /> </p>

19 lines (18 loc) 383 B
import { Animation } from './Animation'; export declare const DD: { startPointerPos: { x: number; y: number; }; anim: Animation; isDragging: boolean; justDragged: boolean; offset: { x: number; y: number; }; node: any; _drag(evt: any): void; _endDragBefore(evt: any): void; _endDragAfter(evt: any): void; };