The correct way to specify types for React.forwardRef is by using generics in the following way: forwardRef<RefType, PropsType>((props, ref) ...
確定! 回上一頁