({
...props
}: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
| 12 | } |
| 13 | |
| 14 | function PopoverTrigger({ |
| 15 | ...props |
| 16 | }: React.ComponentProps<typeof PopoverPrimitive.Trigger>) { |
| 17 | return <PopoverPrimitive.Trigger data-slot="popover-trigger" {...props} /> |
| 18 | } |
| 19 | |
| 20 | function PopoverContent({ |
| 21 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected