Can the useImperativeHandle hook be used to expose multiple methods to parent components?
Yes, the useImperativeHandle hook can be used to expose multiple methods or properties to parent components. You can define and return an object containing all the methods or properties to be exposed.