UNPKG

@gk8/mermaid

Version:

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

10 lines (9 loc) 264 B
import * as db from '../flowDb.js'; declare function renderer(): string; export declare const diagram: { db: typeof db; renderer: typeof renderer; parser: any; styles: (options: import("./styles.js").FlowChartStyleOptions) => string; }; export {};