UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 276 B
import { Block, BlockMeta } from '../../types/block'; import { FC } from 'react'; type RenderChildrenProps = { blocks: Block[]; meta?: BlockMeta; }; export declare const RenderChildren: FC<RenderChildrenProps>; export {}; //# sourceMappingURL=render-children.d.ts.map