UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

5 lines (4 loc) 233 B
import { DrawRelationship } from '../../engine/modules/editor/state'; import { RootState } from '../../engine/state'; import { DrawPath } from '.'; export declare function getDraw(state: RootState, draw: DrawRelationship): DrawPath;