UNPKG

mermaid

Version:

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

4 lines (3 loc) 219 B
import type { Graph, Layering } from './helpers.js'; import type { LayeringOptions } from './phase2.options.js'; export declare function assignLayers_LaneAwareCompact(gAcyclic: Graph, opts?: LayeringOptions): Layering;