This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
3
themes/blowfish/assets/lib/mermaid/setupGraphViewbox.d.ts
vendored
Normal file
3
themes/blowfish/assets/lib/mermaid/setupGraphViewbox.d.ts
vendored
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue