UNPKG

594 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 LoginHeader = (_a) => {
6 var { className = '', children = null, headerBrand = null } = _a, props = __rest(_a, ["className", "children", "headerBrand"]);
7 return (React.createElement("header", Object.assign({ className: css(styles.loginHeader, className) }, props),
8 headerBrand,
9 children));
10};
11LoginHeader.displayName = 'LoginHeader';
12//# sourceMappingURL=LoginHeader.js.map
\No newline at end of file