UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 256 B
import { RootState } from '../../engine/state'; import { FormatTableOptions } from './utils'; export declare function createCode(state: RootState): string; export declare function formatTable(state: RootState, { buffer, table }: FormatTableOptions): void;