UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

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