@serendie/ui
Version:
Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric
16 lines (15 loc) • 629 B
JavaScript
import { SerendieChartTheme as e } from "./SerendieChartTheme.js";
import { compactChartMargin as o, defaultChartMargin as C, getChartColor as h, getChartColors as s, legendChartMargin as i, spaciousChartMargin as p, useBarChartProps as g, useChartProps as n, useLineChartProps as u, usePieChartProps as P } from "./SerendieChartProps.js";
export {
e as SerendieChartTheme,
o as compactChartMargin,
C as defaultChartMargin,
h as getChartColor,
s as getChartColors,
i as legendChartMargin,
p as spaciousChartMargin,
g as useBarChartProps,
n as useChartProps,
u as useLineChartProps,
P as usePieChartProps
};