UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 250 B
import { FC } from 'react'; type Props = { blockId: string; attributes: Record<string, string>; children: React.ReactNode; }; declare const BlockWrapper: FC<Props>; export default BlockWrapper; //# sourceMappingURL=block-wrapper.d.ts.map