UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 255 B
import { RootState } from '../../engine/state'; import { Table } from '../../internal-types'; export declare function createGeneratorCode(state: RootState): string; export declare function createGeneratorCodeTable(state: RootState, table: Table): string;