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