({
...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
| 13 | } |
| 14 | |
| 15 | function AlertDialogTrigger({ |
| 16 | ...props |
| 17 | }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>) { |
| 18 | return ( |
| 19 | <AlertDialogPrimitive.Trigger data-slot="alert-dialog-trigger" {...props} /> |
| 20 | ) |
| 21 | } |
| 22 | |
| 23 | function AlertDialogPortal({ |
| 24 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected