@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.
8 lines • 627 B
TypeScript
export { AlertDialogBackdrop as Backdrop } from "./backdrop/AlertDialogBackdrop.js";
export { AlertDialogClose as Close } from "./close/AlertDialogClose.js";
export { AlertDialogDescription as Description } from "./description/AlertDialogDescription.js";
export { AlertDialogPopup as Popup } from "./popup/AlertDialogPopup.js";
export { AlertDialogPortal as Portal } from "./portal/AlertDialogPortal.js";
export { AlertDialogRoot as Root } from "./root/AlertDialogRoot.js";
export { AlertDialogTitle as Title } from "./title/AlertDialogTitle.js";
export { AlertDialogTrigger as Trigger } from "./trigger/AlertDialogTrigger.js";