@codecademy/gamut

73.3.073.3.1-alpha.0e5de6.0
dist/BarChart/SortSelect/index.d.ts
~dist/BarChart/SortSelect/index.d.tsModified
+2−2
Index: package/dist/BarChart/SortSelect/index.d.ts
===================================================================
--- package/dist/BarChart/SortSelect/index.d.ts
+++ package/dist/BarChart/SortSelect/index.d.ts
@@ -1,12 +1,12 @@
-export declare const StyledFormGroupLabel: import("@emotion/styled").StyledComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLLabelElement> & import("../../Form").LabelVariants & Pick<import("../../Form/types").BaseInputProps, "htmlFor" | "required"> & {
+export declare const StyledFormGroupLabel: import("@emotion/styled").StyledComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLLabelElement> & import("../../Form").LabelVariants & Pick<import("../../Form").BaseInputProps, "htmlFor" | "required"> & {
     infotip?: import("../../Tip/InfoTip/type-utils").InfoTipSubComponentProps;
     size?: "small" | "large";
     isSoloField?: boolean;
 } & {
     theme?: import("@emotion/react").Theme;
 }, {}, {}>;
-export declare const WidthSelect: import("@emotion/styled").StyledComponent<Pick<import("react").SelectHTMLAttributes<HTMLSelectElement>, "disabled" | "id"> & Pick<import("../../Form/types").BaseInputProps, "error" | "htmlFor"> & {
+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> & {
     sizeVariant?: "small" | "base";
 } & import("react").RefAttributes<HTMLSelectElement> & {