UNPKG

@patternfly/react-core

Version:

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

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