UNPKG

@chakra-ui/charts

Version:

Data visualization components for Chakra UI

3 lines (2 loc) 359 B
export { ChartGradient as Gradient, ChartLegend as Legend, ChartRadialText as RadialText, ChartRoot as Root, ChartTooltip as Tooltip, } from "./chart"; export type { ChartRootProps as RootProps, ChartGradientProps as GradientProps, ChartLegendProps as LegendProps, ChartTooltipProps as TooltipProps, ChartRadialTextProps as RadialTextProps, } from "./chart";