UNPKG

@patternfly/react-core

Version:

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

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