UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines 243 B
type Props = { width?: number; height?: number; className?: string; }; declare const Store: ({ width, height, className }: Props) => import("react/jsx-runtime").JSX.Element; export default Store; //# sourceMappingURL=store.d.ts.map