function _templateObject() { var data = _taggedTemplateLiteral(["\n display: flex;\n > div:first-of-type {\n margin-right: 10px;\n }\n > div:last-of-type {\n width: 90px;\n }\n"]); _templateObject = function _templateObject() { return data; }; return data; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } import styled from 'styled-components'; var Wrapper = styled.div(_templateObject()); export default Wrapper;