10 lines
946 B
TypeScript
10 lines
946 B
TypeScript
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';
|