mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
export function clear(): void;
|
||||
export function insertEdgeLabel(elem: any, edge: any): void;
|
||||
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): {
|
||||
updatedPath: any;
|
||||
originalPath: any;
|
||||
};
|
||||
Reference in New Issue
Block a user