This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
14
themes/blowfish/assets/lib/mermaid/dagre-wrapper/edges.d.ts
vendored
Normal file
14
themes/blowfish/assets/lib/mermaid/dagre-wrapper/edges.d.ts
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
export function clear(): void;
|
||||
export function insertEdgeLabel(elem: any, edge: any): any;
|
||||
export function positionEdgeLabel(edge: any, paths: any): void;
|
||||
export function intersection(node: any, outsidePoint: any, insidePoint: any): {
|
||||
x: any;
|
||||
y: number;
|
||||
} | {
|
||||
x: number;
|
||||
y: any;
|
||||
};
|
||||
export function insertEdge(elem: any, e: any, edge: any, clusterDb: any, diagramType: any, graph: any, id: any): {
|
||||
updatedPath: any;
|
||||
originalPath: any;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue