thegamenicorus / react-native-flexi-radio-button

Simple and flexible Radio button for React Native App
https://www.npmjs.com/package/react-native-flexi-radio-button
MIT License
159 stars 64 forks source link

导入未定义 #39

Open chenyunshan opened 10 months ago

chenyunshan commented 10 months ago

导入声明中的所有导入都未使用。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)