mermaid
Version:
Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.
7 lines (6 loc) • 308 B
TypeScript
import type { LayoutData } from '../../types.js';
/**
* Inject DOMUS-style edge-label dummy nodes (the split-edge label topology used by the
* DOMUS backend). DDLT uses this so the graph matches the browser without a DOM pass.
*/
export declare function injectDomusEdgeLabelNodes(data: LayoutData): void;