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