File size: 238 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 |
import type { UpdateNodeInternals } from '@xyflow/system';
/**
* Hook for updating node internals.
*
* @public
* @returns function for updating node internals
*/
export declare function useUpdateNodeInternals(): UpdateNodeInternals;
|