11 lines
165 B
TypeScript
11 lines
165 B
TypeScript
|
import './combobox.css';
|
||
|
|
||
|
export {
|
||
|
Combobox,
|
||
|
ComboboxInput,
|
||
|
ComboboxPopover,
|
||
|
ComboboxList,
|
||
|
ComboboxOption,
|
||
|
ComboboxOptionText,
|
||
|
} from '@reach/combobox';
|