import React from 'react' import { Item, Section } from '@react-stately/collections' import { type CollectionElement } from '@react-types/shared' import { type SingleSelectItem, type SingleSelectOption } from '../types' import { isSelectOptionGroup } from './isSelectOptionGroup' export const transformSelectItemToCollectionElement =