@codecademy/gamut

68.2.168.2.2-alpha.8940e8.0
dist/Form/SelectDropdown/styles.d.ts
~dist/Form/SelectDropdown/styles.d.tsModified
+1−1
Index: package/dist/Form/SelectDropdown/styles.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/styles.d.ts
+++ package/dist/Form/SelectDropdown/styles.d.ts
@@ -1,6 +1,6 @@
 import { theme as GamutTheme } from '@codecademy/gamut-styles';
 import { StylesConfig } from 'react-select';
 export declare const conditionalBorderStates: (props: Partial<Record<"error" | "activated" | "isDisabled" | "isFocused", boolean>> & {
-    theme?: import("@emotion/react").Theme | undefined;
+    theme?: import("@emotion/react").Theme;
 }) => import("@codecademy/variance").CSSObject;
 export declare const getMemoizedStyles: (theme: typeof GamutTheme, zIndex?: number) => StylesConfig<any, false>;