UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines (7 loc) 213 B
import { FC } from 'react'; type BlockLibraryProps = { children: React.ReactNode; }; declare const BlockLibrary: FC<BlockLibraryProps>; export default BlockLibrary; //# sourceMappingURL=block-library.d.ts.map