UNPKG

chartly-charts

Version:

Modern themed charts for React applications

5 lines 286 B
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