UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

9 lines (8 loc) 723 B
export { default as DialogRoot, type DialogRootProps, type DialogRootEmits, } from "./DialogRoot"; export { default as DialogTrigger, type DialogTriggerProps, } from "./DialogTrigger"; export { default as DialogPortal, type DialogPortalProps, } from "./DialogPortal"; export { default as DialogContent, type DialogContentProps, type DialogContentEmits, } from "./DialogContent"; export { default as DialogOverlay, type DialogOverlayProps, } from "./DialogOverlay"; export { default as DialogClose, type DialogCloseProps, } from "./DialogClose"; export { default as DialogTitle, type DialogTitleProps, } from "./DialogTitle"; export { default as DialogDescription, type DialogDescriptionProps, } from "./DialogDescription";