UNPKG

mermaid

Version:

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

18 lines (17 loc) 685 B
export declare const clear: () => void; export declare const setAccTitle: (txt: string) => void; export declare const getAccTitle: () => string; export declare const setAccDescription: (txt: string) => void; export declare const getAccDescription: () => string; export declare const setDiagramTitle: (txt: string) => void; export declare const getDiagramTitle: () => string; declare const _default: { setAccTitle: (txt: string) => void; getAccTitle: () => string; setDiagramTitle: (txt: string) => void; getDiagramTitle: () => string; getAccDescription: () => string; setAccDescription: (txt: string) => void; clear: () => void; }; export default _default;