summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/commonDb.d.ts
blob: 09d4e82fdfeee3bfd86f7179d87144e82e604e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;