@chakra-ui/charts
Version:
Data visualization components for Chakra UI
4 lines (3 loc) • 411 B
TypeScript
export { BarSegmentBar, BarSegmentContent, BarSegmentLabel, BarSegmentRoot, BarSegmentValue, BarSegmentLegend, BarSegmentReference, } from "./bar-segment";
export type { BarSegmentData, BarSegmentLegendProps, BarSegmentRootProps, BarSegmentValueProps, BarSegmentReferenceProps, BarSegmentBarProps, BarSegmentLabelProps, BarSegmentTooltipProps, } from "./bar-segment";
export * as BarSegment from "./namespace";