@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 393 B
TypeScript
import { BuilderConfig } from '../../types';
import { Block, BlockMeta } from '../../types/block';
import { FC } from 'react';
export type RenderContentProps = {
content: Record<string, Block>;
meta?: BlockMeta;
builderConfig?: BuilderConfig;
};
export declare const RenderContent: FC<RenderContentProps>;
export default RenderContent;
//# sourceMappingURL=render-content.d.ts.map