feat(hooks): useUpdateNodeInternals #916
This commit is contained in:
@@ -425,3 +425,5 @@ export interface ReactFlowState {
|
||||
onConnectStop?: OnConnectStopFunc;
|
||||
onConnectEnd?: OnConnectEndFunc;
|
||||
}
|
||||
|
||||
export type UpdateNodeInternals = (nodeId: ElementId) => void;
|
||||
|
||||
Reference in New Issue
Block a user