UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines (7 loc) 245 B
import { FC, ReactNode } from 'react'; export type EditorContextMenuProps = { blockId: string; children: ReactNode; }; export declare const EditorContextMenu: FC<EditorContextMenuProps>; //# sourceMappingURL=editor-context-menu.d.ts.map