UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

7 lines (6 loc) 267 B
import { BlockProps } from '../../../types/block'; import { FC } from 'react'; import { ContainerSettingsType } from '../types'; declare const Container: FC<BlockProps<ContainerSettingsType>>; export default Container; //# sourceMappingURL=container.preview.d.ts.map