UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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