UNPKG

685 BTypeScriptView Raw
1export declare const clear: () => void;
2export declare const setAccTitle: (txt: string) => void;
3export declare const getAccTitle: () => string;
4export declare const setAccDescription: (txt: string) => void;
5export declare const getAccDescription: () => string;
6export declare const setDiagramTitle: (txt: string) => void;
7export declare const getDiagramTitle: () => string;
8declare const _default: {
9 getAccTitle: () => string;
10 setAccTitle: (txt: string) => void;
11 getDiagramTitle: () => string;
12 setDiagramTitle: (txt: string) => void;
13 getAccDescription: () => string;
14 setAccDescription: (txt: string) => void;
15 clear: () => void;
16};
17export default _default;