@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 476 B
TypeScript
/// <reference types="react" />
export interface ProgressHelperTextProps extends React.HTMLProps<HTMLDivElement> {
/** Content which can be used to convey additional information about the progress component.
* We recommend the helper text component as it was designed for this purpose.
*/
children?: React.ReactNode;
}
export declare const ProgressHelperText: React.FunctionComponent<ProgressHelperTextProps>;
//# sourceMappingURL=ProgressHelperText.d.ts.map