Explorar el Código

fix: lint and d.ts

绯一 hace 7 años
padre
commit
724fea668d
Se han modificado 2 ficheros con 4 adiciones y 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;