@codecademy/gamut

73.5.073.5.1-alpha.970048.0
dist/BarChart/SortSelect/index.d.ts
~dist/BarChart/SortSelect/index.d.tsModified
+2−1
Index: package/dist/BarChart/SortSelect/index.d.ts
===================================================================
--- package/dist/BarChart/SortSelect/index.d.ts
+++ package/dist/BarChart/SortSelect/index.d.ts
@@ -6,9 +6,10 @@
     theme?: import("@emotion/react").Theme;
 }, {}, {}>;
 export declare const WidthSelect: import("@emotion/styled").StyledComponent<Pick<import("react").SelectHTMLAttributes<HTMLSelectElement>, "disabled" | "id"> & Pick<import("../../Form").BaseInputProps, "error" | "htmlFor"> & {
     options?: import("../../Form").SelectOptions;
-} & import("react").SelectHTMLAttributes<HTMLSelectElement> & {
+} & Omit<import("react").SelectHTMLAttributes<HTMLSelectElement>, "size"> & {
+    size?: "base" | "small";
     sizeVariant?: "small" | "base";
 } & import("react").RefAttributes<HTMLSelectElement> & {
     theme?: import("@emotion/react").Theme;
 }, {}, {}>;