UNPKG
@zhsz/cool-design-dv
Version:
latest (1.0.29)
1.0.29
1.0.28
1.0.26
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.17
@zhsz/cool-design-dv
/
es
/
packages
/
chart
/
index.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
import
MyChart
from
'./chart-my'
;
import
MyChartBar
from
'./chart-bar'
;
import
MyChartLine
from
'./chart-line'
;
export
{
MyChart
,
MyChartBar
,
MyChartLine
};