UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 171 B
import { FC } from '@dineug/r-html'; export type ErdProps = { isDarkMode: boolean; mouseTracking: boolean; }; declare const Erd: FC<ErdProps>; export default Erd;