Browse Source

fix: lint and d.ts

绯一 7 years ago
parent
commit
724fea668d
2 changed files with 4 additions and 0 deletions
  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';
 import * as BizChart from 'bizcharts';
+
 export default BizChart;
 export default BizChart;