mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 15:05:38 -06:00
14 lines
375 B
TypeScript
14 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;
|