v1.0 with SW PWA enabled
This commit is contained in:
35
frontend/node_modules/@radix-ui/react-alert-dialog/src/index.ts
generated
vendored
Normal file
35
frontend/node_modules/@radix-ui/react-alert-dialog/src/index.ts
generated
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
'use client';
|
||||
export {
|
||||
createAlertDialogScope,
|
||||
//
|
||||
AlertDialog,
|
||||
AlertDialogTrigger,
|
||||
AlertDialogPortal,
|
||||
AlertDialogOverlay,
|
||||
AlertDialogContent,
|
||||
AlertDialogAction,
|
||||
AlertDialogCancel,
|
||||
AlertDialogTitle,
|
||||
AlertDialogDescription,
|
||||
//
|
||||
Root,
|
||||
Trigger,
|
||||
Portal,
|
||||
Overlay,
|
||||
Content,
|
||||
Action,
|
||||
Cancel,
|
||||
Title,
|
||||
Description,
|
||||
} from './alert-dialog';
|
||||
export type {
|
||||
AlertDialogProps,
|
||||
AlertDialogTriggerProps,
|
||||
AlertDialogPortalProps,
|
||||
AlertDialogOverlayProps,
|
||||
AlertDialogContentProps,
|
||||
AlertDialogActionProps,
|
||||
AlertDialogCancelProps,
|
||||
AlertDialogTitleProps,
|
||||
AlertDialogDescriptionProps,
|
||||
} from './alert-dialog';
|
||||
Reference in New Issue
Block a user