UNPKG

mermaid

Version:

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

9 lines (8 loc) 265 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: import("../../diagram-api/types.js").DiagramStylesProvider; };