chore(types): cleanup

This commit is contained in:
moklick
2024-08-29 00:29:16 +02:00
parent 3bca54345c
commit eb1f2ad56a
+1
View File
@@ -181,6 +181,7 @@ export type GeneralHelpers<NodeType extends Node = Node, EdgeType extends Edge =
* @returns the bounds of the given nodes
*/
getNodesBounds: (nodes: (NodeType | string)[]) => Rect;
/**
* Gets all connections for a given handle belonging to a specific node.
*
* @param type - handle type 'source' or 'target'