UNPKG
chartly-charts
Version:
latest (0.0.9)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
0.0.8
Modern themed charts for React applications
chartly-charts.vercel.app
devShoari/chartly-charts
chartly-charts
/
dist
/
index.d.ts
5 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
export
{
ChartlyLine
}
from
"./components/ChartlyLine"
;
export
{
ChartlyBar
}
from
"./components/ChartlyBar"
;
export
{
ChartlyArea
}
from
"./components/ChartlyArea"
;
export
type
{
ThemeColors
,
ThemeConfig
}
from
"./components/ChartThemeProvider"
;
//# sourceMappingURL=index.d.ts.map