We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
导入声明中的所有导入都未使用。ts(6192) 无法找到模块“react-native-flexi-radio-button”的声明文件。“f:/2023/FantianFinance/node_modules/react-native-flexi-radio-button/lib/index.js”隐式拥有 "any" 类型。 尝试使用 npm i --save-dev @types/react-native-flexi-radio-button (如果存在),或者添加一个包含 declare module 'react-native-flexi-radio-button'; 的新声明(.d.ts)文件ts(7016)
npm i --save-dev @types/react-native-flexi-radio-button
declare module 'react-native-flexi-radio-button';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
导入声明中的所有导入都未使用。ts(6192)
无法找到模块“react-native-flexi-radio-button”的声明文件。“f:/2023/FantianFinance/node_modules/react-native-flexi-radio-button/lib/index.js”隐式拥有 "any" 类型。
尝试使用
npm i --save-dev @types/react-native-flexi-radio-button
(如果存在),或者添加一个包含declare module 'react-native-flexi-radio-button';
的新声明(.d.ts)文件ts(7016)The text was updated successfully, but these errors were encountered: