import React from 'react'; import { SelectContext } from 'react-aria-components'; import { Select, SelectItem, SelectListBox, SelectPopoverContext, SelectSection, SelectSectionHeader, type SelectItemObject, type SelectProps, } from '../../Select/Select'; export function QuantaSelect< T extends object = SelectItemObject, M extends 'single' | 'multiple' = 'single', >(props: SelectProps) { return (