UNPKG

react-moveable

Version:

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

5 lines (4 loc) 247 B
export * from "./types"; export type { MoveableElementMatrixInfo } from "./utils/calculateMatrixStack"; export type { MoveableElementInfo } from "./utils/getElementInfo"; export type { MoveableTargetInfo } from "./utils/getMoveableTargetInfo";