This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
2
themes/blowfish/assets/lib/mermaid/dagre-wrapper/shapes/note.d.ts
vendored
Normal file
2
themes/blowfish/assets/lib/mermaid/dagre-wrapper/shapes/note.d.ts
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
export default note;
|
||||
declare function note(parent: any, node: any): Promise<any>;
|
14
themes/blowfish/assets/lib/mermaid/dagre-wrapper/shapes/util.d.ts
vendored
Normal file
14
themes/blowfish/assets/lib/mermaid/dagre-wrapper/shapes/util.d.ts
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* @param parent
|
||||
* @param w
|
||||
* @param h
|
||||
* @param points
|
||||
*/
|
||||
export function insertPolygonShape(parent: any, w: any, h: any, points: any): any;
|
||||
export function labelHelper(parent: any, node: any, _classes: any, isNode: any): Promise<{
|
||||
shapeSvg: any;
|
||||
bbox: any;
|
||||
halfPadding: number;
|
||||
label: any;
|
||||
}>;
|
||||
export function updateNodeBounds(node: any, element: any): void;
|
Loading…
Add table
Add a link
Reference in a new issue