UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

36 lines (35 loc) 810 B
export { default as DialogClose, type DialogCloseProps, } from './DialogClose.vue' export { default as DialogContent, type DialogContentEmits, type DialogContentProps, } from './DialogContent.vue' export { default as DialogDescription, type DialogDescriptionProps, } from './DialogDescription.vue' export { default as DialogOverlay, type DialogOverlayProps, } from './DialogOverlay.vue' export { default as DialogPortal, type DialogPortalProps, } from './DialogPortal.vue' export { default as DialogRoot, type DialogRootEmits, type DialogRootProps, injectDialogRootContext, } from './DialogRoot.vue' export { default as DialogTitle, type DialogTitleProps, } from './DialogTitle.vue' export { default as DialogTrigger, type DialogTriggerProps, } from './DialogTrigger.vue'