UNPKG

@base-ui/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.

19 lines 961 B
export * as Select from "./index.parts.mjs"; export type * from "./root/SelectRoot.mjs"; export type * from "./label/SelectLabel.mjs"; export type * from "./trigger/SelectTrigger.mjs"; export type * from "./value/SelectValue.mjs"; export type * from "./icon/SelectIcon.mjs"; export type * from "./portal/SelectPortal.mjs"; export type * from "./backdrop/SelectBackdrop.mjs"; export type * from "./positioner/SelectPositioner.mjs"; export type * from "./popup/SelectPopup.mjs"; export type * from "./list/SelectList.mjs"; export type * from "./item/SelectItem.mjs"; export type * from "./item-indicator/SelectItemIndicator.mjs"; export type * from "./item-text/SelectItemText.mjs"; export type * from "./arrow/SelectArrow.mjs"; export type * from "./scroll-down-arrow/SelectScrollDownArrow.mjs"; export type * from "./scroll-up-arrow/SelectScrollUpArrow.mjs"; export type * from "./group/SelectGroup.mjs"; export type * from "./group-label/SelectGroupLabel.mjs";