UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

10 lines (9 loc) 946 B
export { default as AlertDialogRoot, type AlertDialogProps, type AlertDialogEmits, } from './AlertDialogRoot'; export { default as AlertDialogTrigger, type AlertDialogTriggerProps, } from './AlertDialogTrigger'; export { default as AlertDialogPortal, type AlertDialogPortalProps, } from './AlertDialogPortal'; export { default as AlertDialogContent, type AlertDialogContentProps, type AlertDialogContentEmits, } from './AlertDialogContent'; export { default as AlertDialogOverlay, type AlertDialogOverlayProps, } from './AlertDialogOverlay'; export { default as AlertDialogCancel, type AlertDialogCancelProps, } from './AlertDialogCancel'; export { default as AlertDialogTitle, type AlertDialogTitleProps, } from './AlertDialogTitle'; export { default as AlertDialogDescription, type AlertDialogDescriptionProps, } from './AlertDialogDescription'; export { default as AlertDialogAction, type AlertDialogActionProps, } from './AlertDialogAction';