(React) useImperativeHandle
'useImperativeHanlde' hook is based on 'forwardRef' hook.
It can be used in these situations.
If you want to send multiple refs from the child component
If the child component also wants to use the refs
Below is the example.