UNPKG
@castianta/chart-lc
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
lc版图表
unpkg.com/@castianta/chart-lc@1.0.5/build/index.html
@castianta/chart-lc
/
es
/
index.js
4 lines
•
160 B
JavaScript
View Raw
1
2
3
4
import
Line
from
'./components/line'
;
import
Point
from
'./components/point'
;
import
PointLine
from
'./components/pointLine'
;
export
{
Line
,
Point
,
PointLine
};