state sync
This commit is contained in:
14
app/basepak/static/js/mermaid/dagre-wrapper/edges.d.ts
vendored
Normal file
14
app/basepak/static/js/mermaid/dagre-wrapper/edges.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export function clear(): void;
|
||||
export function insertEdgeLabel(elem: any, edge: any): Promise<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;
|
||||
};
|
||||
Reference in New Issue
Block a user