mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
export default note;
|
||||
declare function note(parent: any, node: any): any;
|
||||
+14
@@ -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): {
|
||||
shapeSvg: any;
|
||||
bbox: any;
|
||||
halfPadding: number;
|
||||
label: any;
|
||||
};
|
||||
export function updateNodeBounds(node: any, element: any): void;
|
||||
Reference in New Issue
Block a user