@codecademy/gamut
68.2.168.2.2-alpha.8940e8.0
dist/BarChart/SortSelect/index.d.ts~
dist/BarChart/SortSelect/index.d.tsModified+7−8
Index: package/dist/BarChart/SortSelect/index.d.ts
===================================================================
--- package/dist/BarChart/SortSelect/index.d.ts
+++ package/dist/BarChart/SortSelect/index.d.ts
@@ -1,15 +1,14 @@
-/// <reference types="react" />
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"> & {
- infotip?: import("../../Tip/InfoTip/type-utils").InfoTipSubComponentProps | undefined;
- size?: "small" | "large" | undefined;
- isSoloField?: boolean | undefined;
+ infotip?: import("../../Tip/InfoTip/type-utils").InfoTipSubComponentProps;
+ size?: "small" | "large";
+ isSoloField?: boolean;
} & {
- theme?: import("@emotion/react").Theme | undefined;
+ 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"> & {
- options?: import("../../Form").SelectOptions | undefined;
+ options?: import("../../Form").SelectOptions;
} & import("react").SelectHTMLAttributes<HTMLSelectElement> & {
- sizeVariant?: "small" | "base" | undefined;
+ sizeVariant?: "small" | "base";
} & import("react").RefAttributes<HTMLSelectElement> & {
- theme?: import("@emotion/react").Theme | undefined;
+ theme?: import("@emotion/react").Theme;
}, {}, {}>;