Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chakra-ui/ark
/ use-tooltip-context.ts
File
use-tooltip-context.ts
packages/react/src/components/tooltip/use-tooltip-context.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createContext } from
'../../utils/create-context'
2
import
type
{ UseTooltipReturn } from
'./use-tooltip'
3
4
export
interface
UseTooltipContext extends UseTooltipReturn {}
Callers
nothing calls this directly
Calls
1
createContext
Function · 0.90
Tested by
no test coverage detected