UNPKG

@patternfly/react-core

Version:

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

9 lines 369 B
import * as React from 'react'; export interface FormAlertProps extends React.HTMLProps<HTMLDivElement> { /** An inline PatternFly Alert. */ children?: React.ReactNode; /** Additional classes added to the FormGroup. */ className?: string; } export declare const FormAlert: React.FunctionComponent<FormAlertProps>; //# sourceMappingURL=FormAlert.d.ts.map