UNPKG

react-moveable

Version:

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

3 lines (2 loc) 180 B
import { MoveablePosition } from "../types"; export declare function calculateElementPosition(matrix: number[], origin: number[], width: number, height: number): MoveablePosition;