UNPKG

react-moveable

Version:

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

6 lines (5 loc) 557 B
import MoveableManager from "./MoveableManager"; import { ResizableProps, ScalableProps, WarpableProps, Renderer } from "./types"; export declare function renderAllDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps>>, React: Renderer): any[]; export declare function renderDiagonalDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps & WarpableProps>>, React: Renderer): any[]; export declare function renderDirection(moveable: MoveableManager<Partial<ResizableProps & ScalableProps>>, React: Renderer): any[];