@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
9 lines • 344 B
TypeScript
import * as React from 'react';
export interface HintTitleProps {
/** Content rendered inside the hint title. */
children?: React.ReactNode;
/** Additional classes applied to the hint title. */
className?: string;
}
export declare const HintTitle: React.FunctionComponent<HintTitleProps>;
//# sourceMappingURL=HintTitle.d.ts.map