UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 232 B
import { FC } from '@dineug/r-html'; import { Table } from '../../../../internal-types'; export type HighLevelTableProps = { table: Table; }; declare const HighLevelTable: FC<HighLevelTableProps>; export default HighLevelTable;