UNPKG

@patternfly/react-core

Version:

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

9 lines 455 B
/// <reference types="react" /> export interface LoginMainFooterBandItemProps extends React.HTMLProps<HTMLParagraphElement> { /** Content rendered inside the footer link item */ children?: React.ReactNode; /** Additional classes added to the footer link item */ className?: string; } export declare const LoginMainFooterBandItem: React.FunctionComponent<LoginMainFooterBandItemProps>; //# sourceMappingURL=LoginMainFooterBandItem.d.ts.map