UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

12 lines (9 loc) 264 B
import { createContext } from 'react'; const UnderlineNavContext = /*#__PURE__*/createContext({ theme: {}, setChildrenWidth: () => null, setNoIconChildrenWidth: () => null, loadingCounters: false, iconsVisible: true }); export { UnderlineNavContext };