UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

7 lines (6 loc) 211 B
import { FC } from '@dineug/r-html'; export type SchemaSQLContextMenuProps = { onClose: () => void; }; declare const SchemaSQLContextMenu: FC<SchemaSQLContextMenuProps>; export default SchemaSQLContextMenu;