UNPKG

@patternfly/react-core

Version:

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

9 lines 338 B
import * as React from 'react'; export interface HintBodyProps { /** Content rendered inside the hint body. */ children?: React.ReactNode; /** Additional classes applied to the hint body. */ className?: string; } export declare const HintBody: React.FunctionComponent<HintBodyProps>; //# sourceMappingURL=HintBody.d.ts.map