UNPKG

@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.

12 lines 588 B
export * as Popover from "./index.parts.js"; export type * from "./root/PopoverRoot.js"; export type * from "./trigger/PopoverTrigger.js"; export type * from "./portal/PopoverPortal.js"; export type * from "./positioner/PopoverPositioner.js"; export type * from "./popup/PopoverPopup.js"; export type * from "./arrow/PopoverArrow.js"; export type * from "./backdrop/PopoverBackdrop.js"; export type * from "./title/PopoverTitle.js"; export type * from "./description/PopoverDescription.js"; export type * from "./close/PopoverClose.js"; export type * from "./viewport/PopoverViewport.js";