From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts (limited to 'themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts') diff --git a/themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts b/themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts new file mode 100644 index 0000000..203b877 --- /dev/null +++ b/themes/blowfish/assets/lib/mermaid/diagrams/info/infoDb.d.ts @@ -0,0 +1,5 @@ +import type { InfoFields, InfoDB } from './infoTypes.js'; +export declare const DEFAULT_INFO_DB: InfoFields; +export declare const setInfo: (toggle: boolean) => void; +export declare const getInfo: () => boolean; +export declare const db: InfoDB; -- cgit v1.2.3