فهرست منبع

fix: lint and d.ts

绯一 7 سال پیش
والد
کامیت
1fb2185d7d
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 3 0
      src/components/Charts/bizcharts.d.ts
  2. 1 0
      src/components/Charts/bizcharts.js

+ 3 - 0
src/components/Charts/bizcharts.d.ts

@@ -0,0 +1,3 @@
+import * as BizChart from 'bizcharts';
+
+export = BizChart;

+ 1 - 0
src/components/Charts/bizcharts.js

@@ -1,2 +1,3 @@
 import * as BizChart from 'bizcharts';
+
 export default BizChart;