()
| 62 | |
| 63 | // Hook to update node internals (used for dynamic handle positioning) |
| 64 | export const useUpdateNodeInternals = () => jest.fn() |
| 65 | |
| 66 | // Hook to access ReactFlow store state |
| 67 | export const useStore = (selector?: any) => (selector ? selector({}) : {}) |
no outgoing calls
no test coverage detected