UNPKG

@patternfly/react-core

Version:

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

6 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PopoverContext = void 0; const react_1 = require("react"); exports.PopoverContext = (0, react_1.createContext)({}); //# sourceMappingURL=PopoverContext.js.map