Improve TSDoc comments for useEdges, useInternalNode, useNodes and useNodeId hooks

This commit is contained in:
Dimitri POSTOLOV
2025-04-05 17:44:33 +02:00
parent b9e4f82933
commit 934ea42d9a
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export const Consumer = NodeIdContext.Consumer;
* drill down the id as a prop.
*
* @public
* @returns id of the node
* @returns The id for a node in the flow.
*
* @example
*```jsx