A React hook that registers a handle for manipulation on a foreign component.
This hook will create a handle using the provided callback function and register it with the given ID.
The handle will be unregistered when the component using the hook unmounts.
A React hook that registers a handle for manipulation on a foreign component.
This hook will create a handle using the provided callback function and register it with the given ID. The handle will be unregistered when the component using the hook unmounts.