import type { UpdateNodeInternals } from '@xyflow/system'; | |
/** | |
* Hook for updating node internals. | |
* | |
* @public | |
* @returns function for updating node internals | |
*/ | |
export declare function useUpdateNodeInternals(): UpdateNodeInternals; | |
import type { UpdateNodeInternals } from '@xyflow/system'; | |
/** | |
* Hook for updating node internals. | |
* | |
* @public | |
* @returns function for updating node internals | |
*/ | |
export declare function useUpdateNodeInternals(): UpdateNodeInternals; | |