MCPcopy
hub / github.com/primer/react / Tooltip.tsx

File Tooltip.tsx

packages/react/src/TooltipV2/Tooltip.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, {Children, useEffect, useRef, useState, useMemo} from 'react'
2import type {SxProp} from '../sx'
3import sx from '../sx'
4import {useId, useProvidedRefOrCreate, useOnEscapePress} from '../hooks'

Callers

nothing calls this directly

Calls 7

getFunction · 0.90
useIdFunction · 0.90
useProvidedRefOrCreateFunction · 0.90
useOnEscapePressFunction · 0.90
isInteractiveFunction · 0.85
closeTooltipFunction · 0.85
openTooltipFunction · 0.85

Tested by

no test coverage detected