MCPcopy 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

2import { OptionsContext } from './OptionsContext';
3
4export function useOptions() {
5 return useContext(OptionsContext);
6}

Callers 6

ExportModalFunction · 0.90
HeaderFunction · 0.90
NavbarFunction · 0.90
TabsLayoutFunction · 0.90
CodeOptionsFunction · 0.90
CliInstallationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected