UNPKG

hops-react

Version:
7 lines (5 loc) 152 B
import { useContext } from 'react'; import ConfigContext from './context'; export default function useConfig() { return useContext(ConfigContext); }