({
...props
}: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
| 29 | } |
| 30 | |
| 31 | function TooltipTrigger({ |
| 32 | ...props |
| 33 | }: React.ComponentProps<typeof TooltipPrimitive.Trigger>) { |
| 34 | return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} /> |
| 35 | } |
| 36 | |
| 37 | function TooltipContent({ |
| 38 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected