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/gantt/ganttDetector.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/blowfish/assets/lib/mermaid/diagrams/gantt/ganttDetector.d.ts (limited to 'themes/blowfish/assets/lib/mermaid/diagrams/gantt/ganttDetector.d.ts') diff --git a/themes/blowfish/assets/lib/mermaid/diagrams/gantt/ganttDetector.d.ts b/themes/blowfish/assets/lib/mermaid/diagrams/gantt/ganttDetector.d.ts new file mode 100644 index 0000000..46efe84 --- /dev/null +++ b/themes/blowfish/assets/lib/mermaid/diagrams/gantt/ganttDetector.d.ts @@ -0,0 +1,3 @@ +import type { ExternalDiagramDefinition } from '../../diagram-api/types.js'; +declare const plugin: ExternalDiagramDefinition; +export default plugin; -- cgit v1.2.3