@codecademy/gamut

72.2.272.2.3-alpha.f0a032.0
dist/Form/SelectDropdown/core/styles.d.ts
+dist/Form/SelectDropdown/core/styles.d.tsNew file
+6
Index: package/dist/Form/SelectDropdown/core/styles.d.ts
===================================================================
--- package/dist/Form/SelectDropdown/core/styles.d.ts
+++ package/dist/Form/SelectDropdown/core/styles.d.ts
@@ -0,0 +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;
+}) => import("@codecademy/variance").CSSObject;
+export declare const getMemoizedStyles: (theme: typeof GamutTheme, zIndex?: number) => StylesConfig<any, false>;