UNPKG

@patternfly/react-core

Version:

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

6 lines 198 B
import { createContext } from 'react'; export const AlertGroupContext = createContext({ hasAnimations: false, updateTransitionEnd: () => { } }); //# sourceMappingURL=AlertGroupContext.js.map