UNPKG

369 BTypeScriptView Raw
1import * as React from 'react';
2export interface FormAlertProps extends React.HTMLProps<HTMLDivElement> {
3 /** An inline PatternFly Alert. */
4 children?: React.ReactNode;
5 /** Additional classes added to the FormGroup. */
6 className?: string;
7}
8export declare const FormAlert: React.FunctionComponent<FormAlertProps>;
9//# sourceMappingURL=FormAlert.d.ts.map
\No newline at end of file