UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines (7 loc) 244 B
import { FC } from 'react'; export type NotSupportedBlockProps = { className?: string; children?: React.ReactNode; }; export declare const NotSupportedBlock: FC<NotSupportedBlockProps>; //# sourceMappingURL=not-supported-block.d.ts.map