UNPKG

@pantheon-systems/design-toolkit-react

Version:
17 lines (14 loc) 373 B
import PropTypes from 'prop-types'; import { jsx } from 'react/jsx-runtime'; var NavItem = function NavItem(_ref) { var children = _ref.children; return /*#__PURE__*/jsx("li", { children: children }); }; NavItem.propTypes = { children: PropTypes.node.isRequired }; var NavItem$1 = NavItem; export { NavItem$1 as default }; //# sourceMappingURL=NavItem.js.map