UNPKG
@paulchang880703/chart-components
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Reusable chart components based on MUI X Charts (Line, Bar, Gauge)
@paulchang880703/chart-components
/
dist
/
index.js
3 lines
•
155 B
JavaScript
View Raw
1
2
3
export
{
default
as
LineChart
}
from
"./LineChart"
;
export
{
default
as
BarChart
}
from
"./BarChart"
;
export
{
default
as
GaugeChart
}
from
"./GaugeChart"
;