mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
15 lines
375 B
TypeScript
15 lines
375 B
TypeScript
/**
|
|
* @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;
|