UNPKG

mermaid

Version:

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

4 lines (3 loc) 180 B
import type { SVG } from '../../../mermaid.js'; import type { LayoutData } from '../../types.js'; export declare function render(data4Layout: LayoutData, svg: SVG): Promise<void>;