UNPKG
@dfsj/echarts
Version:
latest (3.7.0-alpha.6)
3.7.0
3.7.0-alpha.6
3.7.0-alpha.5
3.7.0-alpha.4
3.7.0-alpha.3
3.7.0-alpha.2
3.7.0-alpha.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
专业的水文曲线组件或构造函数以及通用的echart二次封装图表
@dfsj/echarts
/
dist
/
utils
/
index.d.ts
7 lines
(6 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
assign
from
'./assign'
;
import
units
from
'./units'
;
import
*
as
render
from
'./render'
;
import
*
as
tools
from
'./tools'
;
import
*
as
statistics
from
'./statistics'
;
export
{ assign, units, render, tools, statistics };