({
...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
| 7 | import { buttonVariants } from "@/components/ui/button" |
| 8 | |
| 9 | function AlertDialog({ |
| 10 | ...props |
| 11 | }: React.ComponentProps<typeof AlertDialogPrimitive.Root>) { |
| 12 | return <AlertDialogPrimitive.Root data-slot="alert-dialog" {...props} /> |
| 13 | } |
| 14 | |
| 15 | function AlertDialogTrigger({ |
| 16 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected