MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / TooltipTrigger

Function TooltipTrigger

frontend/components/ui/tooltip.tsx:31–35  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof TooltipPrimitive.Trigger>)

Source from the content-addressed store, hash-verified

29}
30
31function TooltipTrigger({
32 ...props
33}: React.ComponentProps<typeof TooltipPrimitive.Trigger>) {
34 return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />
35}
36
37function TooltipContent({
38 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected