UNPKG

react-moveable

Version:

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

10 lines (7 loc) 219 B
import Moveable, * as modules from "./index.esm"; for (const name in modules) { (Moveable as any)[name] = (modules as any)[name]; } module.exports = Moveable; export * from "./index.esm"; export default Moveable;