I want to pass the intl object to a function. As type I 'm using: any. What is the right type for intl? function ... { ... } const intl = useIntl(); ...
確定! 回上一頁