UNPKG

suomifi-ui-components

Version:
21 lines (18 loc) 921 B
import { __makeTemplateObject, __rest, __assign } from 'tslib'; import React from 'react'; import { css, styled } from 'styled-components'; import { resets } from '../utils/index.js'; var aResets = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n display: block;\n max-width: 100%;\n"], ["\n ", "\n ", "\n display: block;\n max-width: 100%;\n"])), resets.normalize.html, resets.common); var Nav = function Nav(_a) { var forwardedRef = _a.forwardedRef, passProps = __rest(_a, ["forwardedRef"]); return /*#__PURE__*/React.createElement("nav", __assign({ ref: forwardedRef }, passProps)); }; var HtmlNav = styled(Nav).withConfig({ componentId: "sc-17uxdkt-0" })(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), aResets); var templateObject_1, templateObject_2; export { HtmlNav }; //# sourceMappingURL=HtmlNav.js.map