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