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.

10 lines 486 B
export * as Dialog from "./index.parts.mjs"; export type * from "./root/DialogRoot.mjs"; export type * from "./trigger/DialogTrigger.mjs"; export type * from "./portal/DialogPortal.mjs"; export type * from "./popup/DialogPopup.mjs"; export type * from "./backdrop/DialogBackdrop.mjs"; export type * from "./title/DialogTitle.mjs"; export type * from "./description/DialogDescription.mjs"; export type * from "./close/DialogClose.mjs"; export type * from "./viewport/DialogViewport.mjs";