({
...props
}: React.ComponentProps<typeof HoverCardPrimitive.Root>)
| 6 | import { cn } from "@/lib/utils" |
| 7 | |
| 8 | function HoverCard({ |
| 9 | ...props |
| 10 | }: React.ComponentProps<typeof HoverCardPrimitive.Root>) { |
| 11 | return <HoverCardPrimitive.Root data-slot="hover-card" {...props} /> |
| 12 | } |
| 13 | |
| 14 | function HoverCardTrigger({ |
| 15 | ...props |
nothing calls this directly
no outgoing calls
no test coverage detected