import { type Key } from '@react-types/shared' import { type SingleSelectItem, type SingleSelectOption } from '../types' import { isSelectOptionGroup } from './isSelectOptionGroup' export const getDisabledKeysFromItems =