(props: TooltipPrimitive.Trigger.Props)
| 11 | const Tooltip = TooltipPrimitive.Root; |
| 12 | |
| 13 | function TooltipTrigger(props: TooltipPrimitive.Trigger.Props) { |
| 14 | return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />; |
| 15 | } |
| 16 | |
| 17 | function TooltipPopup({ |
| 18 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected