Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-component/select
/ useBaseProps
Function
useBaseProps
src/hooks/useBaseProps.ts:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
export
const
BaseSelectContext = React.createContext<BaseSelectContextProps>(null);
16
17
export
default
function
useBaseProps() {
18
return
React.useContext(BaseSelectContext);
19
}
Callers
2
Hooker
Function · 0.90
OptionList
Function · 0.85
Calls
no outgoing calls
Tested by
1
Hooker
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…