ElemeFE / react-amap

基于 React 封装的高德地图组件。AMap Component Based On React.
https://elemefe.github.io/react-amap/articles/start
MIT License
1.04k stars 151 forks source link

请问能否增加typescript支持?? #47

Closed margox closed 7 years ago

margox commented 7 years ago

在基于typescript的项目中使用react-amap,会提示找不到模块的声明文件,可能需要一个d.ts文件

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';`

npm上目前也没用@types/react-amap可以用

ioslh commented 7 years ago

好建议,我加上。

ioslh commented 7 years ago

已升级 v1.1.0,欢迎使用。 文档目前不完整,这几天补充。

margox commented 7 years ago

真赞!!!