import React, { useContext } from 'react' import { type SelectState } from '@react-stately/select' import { type SingleSelectItem, type SingleSelectOption } from '../types' // We set the generic default value to `any` as SelectContext // is instantiated as a constant which does not accept generics. type SelectContextValue