Skip to content

Commit d07958e

Browse files
committed
align type definitions
1 parent a9d236a commit d07958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/react-flow/nodes/NodeContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export interface NodeContentProps<NODE_DATA, NODE_CONTENT_PROPS = any>
156156
* Array of property definition objects for `Handle` components that need to be created for the node.
157157
* @see https://reactflow.dev/docs/api/handle/
158158
*/
159-
handles?: NodeContentHandleLegacyProps[] | NodeContentHandleNextProps[] | NodeContentHandleV12Props[];
159+
handles?: NodeContentHandleProps[];
160160
/**
161161
* Set the minimal number of handles on left or right side of the node to activate the recalculation of the minimal height of the node.
162162
*/

0 commit comments

Comments
 (0)