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

Interface ButtonWithTooltipProps

frontend/components/button-with-tooltip.tsx:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9} from "@/components/ui/tooltip"
10
11interface ButtonWithTooltipProps
12 extends React.ComponentProps<"button">,
13 VariantProps<typeof buttonVariants> {
14 tooltipContent: string
15 children: React.ReactNode
16 asChild?: boolean
17}
18
19export function ButtonWithTooltip({
20 tooltipContent,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected