import { useMemo } from 'react'; import Select, { GroupBase, Props, StylesConfig } from 'react-select'; import { useConceptTheme } from '../../context/ThemeContext'; import { selectDarkT, selectLightT } from '../../utils/color'; interface ConceptSelectSingleProps< Option, Group extends GroupBase