From 3be5285488090ab70254b3080e33e64e6c702d2c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Jul 2024 22:27:55 +0200 Subject: sync theme --- .../assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 themes/blowfish/assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts (limited to 'themes/blowfish/assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts') diff --git a/themes/blowfish/assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts b/themes/blowfish/assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts deleted file mode 100644 index 1b2f67d..0000000 --- a/themes/blowfish/assets/lib/mermaid/diagrams/mindmap/svgDraw.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import type { D3Element } from '../../mermaidAPI.js'; -import type { FilledMindMapNode, MindmapDB } from './mindmapTypes.js'; -import type { MermaidConfig } from '../../config.type.js'; -/** - * @param db - The database - * @param elem - The D3 dom element in which the node is to be added - * @param node - The node to be added - * @param fullSection - ? - * @param conf - The configuration object - * @returns The height nodes dom element - */ -export declare const drawNode: (db: MindmapDB, elem: D3Element, node: FilledMindMapNode, fullSection: number, conf: MermaidConfig) => number; -export declare const positionNode: (db: MindmapDB, node: FilledMindMapNode) => void; -- cgit v1.2.3