summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-15 22:27:55 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-15 22:27:55 +0200
commit3be5285488090ab70254b3080e33e64e6c702d2c (patch)
tree1e54462f560fd759b5be13d5ecfe1fa5c2c832ed /themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts
parent69075c6fb15ae660fc3d78eb2a4dfcde1c5fba1c (diff)
sync theme
Diffstat (limited to 'themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts')
-rw-r--r--themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts b/themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts
deleted file mode 100644
index 556d317..0000000
--- a/themes/blowfish/assets/lib/mermaid/diagrams/sankey/sankeyRenderer.d.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import type { Diagram } from '../../Diagram.js';
-/**
- * Draws Sankey diagram.
- *
- * @param text - The text of the diagram
- * @param id - The id of the diagram which will be used as a DOM element id¨
- * @param _version - Mermaid version from package.json
- * @param diagObj - A standard diagram containing the db and the text and type etc of the diagram
- */
-export declare const draw: (text: string, id: string, _version: string, diagObj: Diagram) => void;
-declare const _default: {
- draw: (text: string, id: string, _version: string, diagObj: Diagram) => void;
-};
-export default _default;