mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
7 lines
375 B
TypeScript
7 lines
375 B
TypeScript
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;
|