UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 189 B
import { FC } from '@dineug/r-html'; export type SchemaSQLProps = { isDarkMode: boolean; tableId?: string; }; declare const SchemaSQL: FC<SchemaSQLProps>; export default SchemaSQL;