DataV-Team / DataV-React

React数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新
http://datav-react.jiaminghi.com
MIT License
929 stars 218 forks source link

引入@jiaminghi/data-view-react报错,提示需要新增.d.ts文件 declare module @jiaminghi/data-view-react #6

Closed wxmcool closed 4 years ago

wxmcool commented 4 years ago

Bug report

出现Bug的组件?

组件配置数据?

控制台错误输出?

期望情况?

实际情况?

尝试新增.d.ts文件并定义如下 declare module '@jiaminghi/data-view-react' { export const BorderBox1: any export const BorderBox2: any }

使用import * as datav from '@jiaminghi/data-view-react'不再报错 if(true){ return } 报错提示,Error:(11, 19) TS2694: Namespace '"@jiaminghi/data-view-react"' has no exported member 'BorderBox1'.

其他相关信息

yizhiyuyou commented 4 years ago

@wxmcool 因为现在组件库不是使用 TypeScript 写的。所以会有上面的这个问题。这一段时间,会使用 TypeScript 重构。