@codecademy/gamut
72.2.472.2.5-alpha.a75830.0
dist/Form/SelectDropdown/styles.d.ts~
dist/Form/SelectDropdown/styles.d.tsModified+2−2
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 { theme as GamutTheme, ZIndexType } 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>;
+export declare const getMemoizedStyles: (theme: typeof GamutTheme, zIndex?: ZIndexType) => StylesConfig<any, false>;