error TS7016: Could not find a declaration file for module 'react-amap'. 'xxxnode_modules/react-amap/lib/index.js' implicitly has an 'any' type.
Try `npm install @types/react-amap` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-amap';`
在基于typescript的项目中使用react-amap,会提示找不到模块的声明文件,可能需要一个d.ts文件
npm上目前也没用@types/react-amap可以用