UNPKG

mermaid

Version:

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

7 lines (6 loc) 307 B
/** * Returns the `MermaidConfig` key holding the configuration for `diagramType`. The key is * not guaranteed to exist -- `info` and `error` have no section -- so treat a missing one * as "nothing configured for this type". */ export declare const getDiagramConfigKey: (diagramType: string) => string;