UNPKG

@patternfly/react-core

Version:

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

8 lines 300 B
/// <reference types="react" /> interface AlertGroupContext { hasAnimations?: boolean; updateTransitionEnd?: (onTransitionEnd: () => void) => void; } export declare const AlertGroupContext: import("react").Context<AlertGroupContext>; export {}; //# sourceMappingURL=AlertGroupContext.d.ts.map