From 3be5285488090ab70254b3080e33e64e6c702d2c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Jul 2024 22:27:55 +0200 Subject: sync theme --- themes/blowfish/assets/lib/mermaid/commonDb.d.ts | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 themes/blowfish/assets/lib/mermaid/commonDb.d.ts (limited to 'themes/blowfish/assets/lib/mermaid/commonDb.d.ts') diff --git a/themes/blowfish/assets/lib/mermaid/commonDb.d.ts b/themes/blowfish/assets/lib/mermaid/commonDb.d.ts deleted file mode 100644 index 09d4e82..0000000 --- a/themes/blowfish/assets/lib/mermaid/commonDb.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -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; -- cgit v1.2.3