UNPKG

react-moveable

Version:

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

3 lines (2 loc) 168 B
import { MoveableManagerState, PersistRectData } from "../types"; export declare function getPersistState(rect: PersistRectData): Partial<MoveableManagerState> | null;