Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/hooks
/ State
Interface
State
packages/hooks/src/useTextSelection/index.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
width: number;
13
}
14
export
interface
State extends Rect {
15
text: string;
16
}
17
18
const
initRect: Rect = {
19
top: NaN,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…