export { Category, type CategoryProps } from './category' export { CategoryUI, type CategoryUIProps } from './category-ui' export { CategorySkeleton, type CategorySkeletonProps } from './skeleton' export { createCategoryDownloadConfig } from './download' // Sub-components — subpath-only (not on the curated `Widget` namespace). export { CategoryBar, type CategoryBarProps } from './components/category-bar' export { CategoryRowSingle, type CategoryRowSingleProps, } from './components/category-row-single' export { CategoryRowMulti, type CategoryRowMultiProps, } from './components/category-row-multi' export { CategoryRowOther, type CategoryRowOtherProps, } from './components/category-row-other' export { CategoryLegend, type CategoryLegendProps, } from './components/category-legend' export type { CategoryDataItem, CategoryWidgetData, CategoryKey, CategorySeriesConfig, CategoryLabels, CategorySize, } from './types'