UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

10 lines (9 loc) 265 B
import { AppContext } from '../../../appContext'; export declare function createExportMenus(app: AppContext, onClose: () => void, root: HTMLElement): { icon: { prefix: string; name: string; }; name: string; onClick: () => void; }[];