UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

5 lines (4 loc) 188 B
import { FC } from 'react'; export type LeftPanelProps = React.HTMLAttributes<HTMLDivElement>; export declare const LeftPanel: FC<LeftPanelProps>; //# sourceMappingURL=left-panel.d.ts.map