UNPKG

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