'use client'; import Select, { type ClearIndicatorProps, components, type DropdownIndicatorProps, type GroupBase, type Props, type StylesConfig } from 'react-select'; import { useWindowSize } from '@/hooks/use-window-size'; import { APP_COLORS, SELECT_THEME } from '@/styling/colors'; import { IconClose, IconDropArrow, IconDropArrowUp } from '../icons1'; function DropdownIndicator = GroupBase