UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

5 lines 170 B
import { createContext } from 'react'; export const OverflowMenuContext = createContext({ isBelowBreakpoint: false }); //# sourceMappingURL=OverflowMenuContext.js.map