Can the useImperativeHandle hook be used to expose methods from functional components?
Yes, the useImperativeHandle hook can be used to expose methods from functional components. It allows functional components to expose methods or properties to parent components through a ref.