UNPKG

@patternfly/react-core

Version:

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

8 lines 241 B
/// <reference types="react" /> interface AlertContext { title: React.ReactNode; variantLabel?: string; } export declare const AlertContext: import("react").Context<AlertContext>; export {}; //# sourceMappingURL=AlertContext.d.ts.map