Explorar o código

fix: lint and d.ts

绯一 %!s(int64=7) %!d(string=hai) anos
pai
achega
724fea668d
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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;