pleroma/app/soapbox/components/ui/combobox/combobox.tsx

11 lines
165 B
TypeScript
Raw Normal View History

2022-11-22 06:55:31 -08:00
import './combobox.css';
export {
Combobox,
ComboboxInput,
ComboboxPopover,
ComboboxList,
ComboboxOption,
ComboboxOptionText,
} from '@reach/combobox';