UNPKG

react-moveable

Version:

A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.

4 lines (3 loc) 241 B
import MoveableManager from "./MoveableManager"; import Dragger from "@daybrush/drag"; export declare function getAbleDragger<T>(moveable: MoveableManager<T>, target: HTMLElement | SVGElement, ableType: string, eventAffix: string): Dragger;