UNPKG

mermaid

Version:

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

9 lines (8 loc) 282 B
import { ErDB } from './erDb.js'; import * as renderer from './erRenderer-unified.js'; export declare const diagram: { parser: any; readonly db: ErDB; renderer: typeof renderer; styles: (options: import("../flowchart/styles.js").FlowChartStyleOptions) => string; };