UNPKG

@trail-ui/react

Version:
12 lines (9 loc) 387 B
import { ListBox } from './listbox'; import { ListBoxItem } from './listbox-item'; import { ListBoxSection } from './listbox-section'; // export types export type { ListBoxProps } from './listbox'; export type { ListBoxItemProps } from './listbox-item'; export type { ListBoxSectionProps } from './listbox-section'; // export component export { ListBox, ListBoxItem, ListBoxSection };