UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 241 B
import { AppContext } from '../../../appContext'; export declare function createRelationshipMenus({ store }: AppContext, relationshipId?: string): { checked: boolean; iconName: string; name: string; onClick: () => void; }[];