@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 314 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertGroupContext = void 0;
const react_1 = require("react");
exports.AlertGroupContext = (0, react_1.createContext)({
hasAnimations: false,
updateTransitionEnd: () => { }
});
//# sourceMappingURL=AlertGroupContext.js.map
;