({
...props
}: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
| 40 | } |
| 41 | |
| 42 | function PopoverAnchor({ |
| 43 | ...props |
| 44 | }: React.ComponentProps<typeof PopoverPrimitive.Anchor>) { |
| 45 | return <PopoverPrimitive.Anchor data-slot="popover-anchor" {...props} /> |
| 46 | } |
| 47 | |
| 48 | export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor } |
nothing calls this directly
no outgoing calls
no test coverage detected