MCPcopy
hub / github.com/bbycroft/llm-viz / ITooltipInfo

Interface ITooltipInfo

src/utils/Tooltip.tsx:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115interface ITooltipInfo {
116 targetBcr?: DOMRect;
117 tooltipBcr?: DOMRect;
118}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected