import clsx from "clsx" import { ClearIndicatorProps, components, ContainerProps, DropdownIndicatorProps, GroupBase, InputProps, MenuListProps, MenuProps, MultiValueProps, NoticeProps, OptionProps, PlaceholderProps, SingleValueProps, } from "react-select" import CheckIcon from "../../fundamentals/icons/check-icon" import ChevronDownIcon from "../../fundamentals/icons/chevron-down" import SearchIcon from "../../fundamentals/icons/search-icon" import XCircleIcon from "../../fundamentals/icons/x-circle-icon" const MultiValueLabel = < Option, IsMulti extends boolean, Group extends GroupBase