UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

10 lines (9 loc) 477 B
/** * ELK algorithms selectable as `layout: <name>`, in addition to the plain `elk` * name which maps to `elk.layered`. * * Shared by mermaid's own registration and by the standalone * `@mermaid-js/layout-elk` plugin entry, which each declare their own loader so * that neither drags the other's dynamic import into its bundle. */ export declare const ELK_ALGORITHMS: readonly ["elk.stress", "elk.force", "elk.mrtree", "elk.sporeOverlap", "elk.box", "elk.rectpacking"];