UNPKG

611 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import styles from '@patternfly/react-styles/css/components/Masthead/masthead';
4import { css } from '@patternfly/react-styles';
5export const MastheadBrand = (_a) => {
6 var { children, className, component = 'a' } = _a, props = __rest(_a, ["children", "className", "component"]);
7 const Component = component;
8 return (React.createElement(Component, Object.assign({ className: css(styles.mastheadBrand, className), tabIndex: 0 }, props), children));
9};
10MastheadBrand.displayName = 'MastheadBrand';
11//# sourceMappingURL=MastheadBrand.js.map
\No newline at end of file