UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

3 lines (2 loc) 132 B
import { DeepPartial, Table } from '../../internal-types'; export declare const createTable: (value?: DeepPartial<Table>) => Table;