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.

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