({
...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
| 21 | } |
| 22 | |
| 23 | function AlertDialogPortal({ |
| 24 | ...props |
| 25 | }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>) { |
| 26 | return ( |
| 27 | <AlertDialogPrimitive.Portal data-slot="alert-dialog-portal" {...props} /> |
| 28 | ) |
| 29 | } |
| 30 | |
| 31 | function AlertDialogOverlay({ |
| 32 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected