UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

7 lines (6 loc) 161 B
import { FC } from '@dineug/r-html'; export type ViewportProps = { selected: boolean; }; declare const Viewport: FC<ViewportProps>; export default Viewport;