@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.
18 lines • 897 B
TypeScript
export * as Select from "./index.parts.js";
export type * from "./root/SelectRoot.js";
export type * from "./trigger/SelectTrigger.js";
export type * from "./value/SelectValue.js";
export type * from "./icon/SelectIcon.js";
export type * from "./portal/SelectPortal.js";
export type * from "./backdrop/SelectBackdrop.js";
export type * from "./positioner/SelectPositioner.js";
export type * from "./popup/SelectPopup.js";
export type * from "./list/SelectList.js";
export type * from "./item/SelectItem.js";
export type * from "./item-indicator/SelectItemIndicator.js";
export type * from "./item-text/SelectItemText.js";
export type * from "./arrow/SelectArrow.js";
export type * from "./scroll-down-arrow/SelectScrollDownArrow.js";
export type * from "./scroll-up-arrow/SelectScrollUpArrow.js";
export type * from "./group/SelectGroup.js";
export type * from "./group-label/SelectGroupLabel.js";