@pantheon-systems/design-toolkit-react
Version:
Pantheon's React Design Toolkit
18 lines (15 loc) • 521 B
JavaScript
import PropTypes from 'prop-types';
import { jsx } from 'react/jsx-runtime';
var GlobalSecondarySubNav = function GlobalSecondarySubNav(_ref) {
var children = _ref.children;
return /*#__PURE__*/jsx("div", {
className: "global-secondary-subnavigation",
children: children
});
};
GlobalSecondarySubNav.propTypes = {
children: PropTypes.node.isRequired
};
var GlobalSecondarySubNav$1 = GlobalSecondarySubNav;
export { GlobalSecondarySubNav$1 as default };
//# sourceMappingURL=GlobalSecondarySubNav.js.map