UNPKG

@patternfly/react-core

Version:

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

8 lines 231 B
import * as React from 'react'; interface AlertContext { title: React.ReactNode; variantLabel?: string; } export declare const AlertContext: React.Context<AlertContext>; export {}; //# sourceMappingURL=AlertContext.d.ts.map