import { useFieldContext } from "@chakra-ui/react";
import type { GroupBase, Props } from "react-select";
import chakraComponents from "./chakra-components";
import type {
ColorPaletteProp,
SelectedOptionStyle,
UseFieldReturn,
} from "./types";
const useChakraSelectProps = <
Option,
IsMulti extends boolean = false,
Group extends GroupBase