UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines 269 B
export type PlaceholderProps = { width?: number; height?: number; className?: string; }; export declare const Placeholder: ({ width, height, className }: PlaceholderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=placeholder.d.ts.map