Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/ useOptions
Function
useOptions
src/components/context/OptionsContext/useOptions.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ OptionsContext } from
'./OptionsContext'
;
3
4
export
function
useOptions() {
5
return
useContext(OptionsContext);
6
}
Callers
6
ExportModal
Function · 0.90
Header
Function · 0.90
Navbar
Function · 0.90
TabsLayout
Function · 0.90
CodeOptions
Function · 0.90
CliInstallation
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected