UNPKG

918 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import styles from '@patternfly/react-styles/css/components/Login/login';
4import { css } from '@patternfly/react-styles';
5export const LoginMainFooterLinksItem = (_a) => {
6 var { children = null, href = '', target = '', className = '', linkComponent = 'a', linkComponentProps } = _a, props = __rest(_a, ["children", "href", "target", "className", "linkComponent", "linkComponentProps"]);
7 const LinkComponent = linkComponent;
8 return (React.createElement("li", Object.assign({ className: css(styles.loginMainFooterLinksItem, className) }, props),
9 React.createElement(LinkComponent, Object.assign({ className: css(styles.loginMainFooterLinksItemLink), href: href, target: target }, linkComponentProps), children)));
10};
11LoginMainFooterLinksItem.displayName = 'LoginMainFooterLinksItem';
12//# sourceMappingURL=LoginMainFooterLinksItem.js.map
\No newline at end of file