UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines (6 loc) 240 B
import { BlockProps } from '../../../types/block'; import { FC } from 'react'; import { TextSettingsType } from '../types'; declare const Text: FC<BlockProps<TextSettingsType>>; export default Text; //# sourceMappingURL=text.block.d.ts.map