@base-ui-components/react
Version:
Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
25 lines • 1.31 kB
TypeScript
export * as Combobox from "./index.parts.js";
export type * from "./root/ComboboxRoot.js";
export type * from "./trigger/ComboboxTrigger.js";
export type * from "./input/ComboboxInput.js";
export type * from "./popup/ComboboxPopup.js";
export type * from "./positioner/ComboboxPositioner.js";
export type * from "./list/ComboboxList.js";
export type * from "./item/ComboboxItem.js";
export type * from "./item-indicator/ComboboxItemIndicator.js";
export type * from "./value/ComboboxValue.js";
export type * from "./icon/ComboboxIcon.js";
export type * from "./arrow/ComboboxArrow.js";
export type * from "./backdrop/ComboboxBackdrop.js";
export type * from "./portal/ComboboxPortal.js";
export type * from "./empty/ComboboxEmpty.js";
export type * from "./group/ComboboxGroup.js";
export type * from "./group-label/ComboboxGroupLabel.js";
export type * from "./row/ComboboxRow.js";
export type * from "./chips/ComboboxChips.js";
export type * from "./chip/ComboboxChip.js";
export type * from "./chip-remove/ComboboxChipRemove.js";
export type * from "./clear/ComboboxClear.js";
export type * from "./status/ComboboxStatus.js";
export type * from "./collection/ComboboxCollection.js";
export type { Filter as ComboboxFilter, UseComboboxFilterOptions as ComboboxFilterOptions } from "./root/utils/useFilter.js";