UNPKG

react-moveable

Version:

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

3 lines (2 loc) 166 B
import { MoveableManagerInterface } from "../types"; export declare function getGestoData(moveable: MoveableManagerInterface, ableName: string): Record<string, any>;