UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

8 lines (7 loc) • 236 B
export default function ResizableBox({ children, initSize, initPosition, style, onChange, }: { children: any; initSize: any; initPosition: any; style?: {}; onChange: any; }): import("react/jsx-runtime").JSX.Element;