import { omit } from "lodash" import Highlighter from "react-highlight-words" import type { CommonPropsAndClassName, FormatOptionLabelMeta, GroupBase, } from "react-select" export const cleanCommonProps = < Option, IsMulti extends boolean, Group extends GroupBase