alibaba / BizCharts

Powerful data visualization library based on G2 and React.
http://bizcharts.net/products/bizCharts
6.17k stars 671 forks source link

Add typescript type support file (.d.ts) for bizcharts-plugin-slider? #1125

Open abcox opened 4 years ago

abcox commented 4 years ago

Add typescript type support file (.d.ts) for bizcharts-plugin-slider?

File index.d.ts with

declare module 'bizcharts-plugin-slider';

Supports import, like:

import Slider from 'bizcharts-plugin-slider';

reng99 commented 4 years ago

提问这么久,题主解决了?