Files
infocom-systems-design/node_modules/mermaid/dist/dagre-wrapper/edges.d.ts
2025-10-03 22:27:28 +03:00

15 lines
470 B
TypeScript

export function clear(): void;
export function insertEdgeLabel(elem: any, edge: any): Promise<any>;
export function positionEdgeLabel(edge: any, paths: any): void;
export function intersection(node: any, outsidePoint: any, insidePoint: any): {
x: any;
y: number;
} | {
x: number;
y: any;
};
export function insertEdge(elem: any, e: any, edge: any, clusterDb: any, diagramType: any, graph: any, id: any): {
updatedPath: any;
originalPath: any;
};