UNPKG

chartly-charts

Version:

Modern themed charts for React applications

8 lines 501 B
export { ChartlyLine } from "../components/ChartlyLine"; export { ChartlyBar } from "../components/ChartlyBar"; export { ChartlyArea } from "../components/ChartlyArea"; export type { ThemeColors, ThemeConfig, } from "../components/ChartThemeProvider"; export { ChartlyLine as LineChart } from "../components/ChartlyLine"; export { ChartlyBar as BarChart } from "../components/ChartlyBar"; export { ChartlyArea as AreaChart } from "../components/ChartlyArea"; //# sourceMappingURL=index.d.ts.map