UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

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