({ ...props }: AlertDialogPrimitive.Portal.Props)
| 17 | } |
| 18 | |
| 19 | function AlertDialogPortal({ ...props }: AlertDialogPrimitive.Portal.Props) { |
| 20 | return ( |
| 21 | <AlertDialogPrimitive.Portal data-slot="alert-dialog-portal" {...props} /> |
| 22 | ); |
| 23 | } |
| 24 | |
| 25 | function AlertDialogOverlay({ |
| 26 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected