Q. What does `useImperativeHandle` do?
β
Correct Answer: (B)
Customize the instance value that is exposed to parent components using refs
Explanation: `useImperativeHandle` lets you customize the value exposed when using `ref` with `forwardRef`.