UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

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