UNPKG

558 BTypeScriptView Raw
1import * as React from 'react';
2export interface LoginFooterItemProps extends React.HTMLProps<HTMLAnchorElement> {
3 /** Content rendered inside the footer Link Item */
4 children?: React.ReactNode;
5 /** Additional classes added to the Footer Link Item */
6 className?: string;
7 /** The URL of the Footer Link Item */
8 href?: string;
9 /** Specifies where to open the linked document */
10 target?: string;
11}
12export declare const LoginFooterItem: React.FunctionComponent<LoginFooterItemProps>;
13//# sourceMappingURL=LoginFooterItem.d.ts.map
\No newline at end of file