Add mermaid back in package.json

This commit is contained in:
Alex Haslam
2024-03-07 20:14:09 +00:00
parent ef4068911b
commit 5a11829222
740 changed files with 1066524 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
export function calculateSvgSizeAttrs(height: number, width: number, useMaxWidth: boolean): Map<'height' | 'width' | 'style', string>;
export function configureSvgSize(svgElem: import('./diagram-api/types.js').SVG, height: number, width: number, useMaxWidth: boolean): void;
export function setupGraphViewbox(graph: any, svgElem: any, padding: any, useMaxWidth: any): void;