@heroui/select
Version:
A select displays a collapsible list of options and allows a user to select one of them.
15 lines (14 loc) • 661 B
text/typescript
export { ListboxItem as SelectItem, ListboxItemProps as SelectItemProps, ListboxSection as SelectSection, ListboxSectionProps as SelectSectionProps } from '@heroui/listbox';
export { default as Select, SelectProps } from './select.mjs';
export { HiddenSelect } from './hidden-select.mjs';
export { SelectedItemProps, SelectedItems, UseSelectProps, useSelect } from './use-select.mjs';
import 'react';
import '@react-types/shared';
import '@heroui/system';
import '@heroui/theme';
import '@heroui/react-utils';
import '@heroui/popover';
import '@heroui/scroll-shadow';
import '@heroui/use-aria-multiselect';
import '@heroui/spinner';
import 'react/jsx-runtime';