@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/BarChart/index.d.ts
~dist/BarChart/index.d.tsModified
+1−1
Index: package/dist/BarChart/index.d.ts
===================================================================
--- package/dist/BarChart/index.d.ts
+++ package/dist/BarChart/index.d.ts
@@ -1,4 +1,4 @@
 import { BarChartSingleValueBarSummaryContext, BarChartStackedSummaryContext, BarChartTranslations, PartialBarChartTranslations } from './shared/translations';
 import { BarChartProps, BarProps, InferBarType } from './shared/types';
 export type { BarChartSingleValueBarSummaryContext, BarChartStackedSummaryContext, BarProps, InferBarType, BarChartTranslations, PartialBarChartTranslations, };
-export declare const BarChart: <TBarValues extends BarProps[] | readonly BarProps[] = BarProps[]>({ "aria-labelledby": ariaLabelledBy, animate, barValues, description, hideDescription, hideTitle, maxScaleValue, sortFns, styleConfig, title, translations, unit, scaleInterval, }: BarChartProps<TBarValues>) => import("react/jsx-runtime").JSX.Element;
+export declare const BarChart: <TBarValues extends BarProps[] | readonly BarProps[] = BarProps[]>({ "aria-labelledby": ariaLabelledBy, animate, barValues, description, hideDescription, hideTitle, maxScaleValue, sortFns, styleConfig, title, translations, unit, scaleInterval, ...rest }: BarChartProps<TBarValues>) => import("react/jsx-runtime").JSX.Element;