@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
import * as React from 'react';
export interface DescriptionListTermHelpTextProps extends React.HTMLProps<HTMLElement> {
/** Anything that can be rendered inside of list term */
children: React.ReactNode;
/** Additional classes added to the DescriptionListTermHelpText */
className?: string;
}
export declare const DescriptionListTermHelpText: React.FunctionComponent<DescriptionListTermHelpTextProps>;
//# sourceMappingURL=DescriptionListTermHelpText.d.ts.map