@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
9 lines (6 loc) • 891 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";function _templateObject() {var data = _taggedTemplateLiteral(["\n margin-top: 12px;\n margin-bottom: 12px;\n ", ";\n"]);_templateObject = function _templateObject() {return data;};return data;}import React from "react";
import Grid from "@material-ui/core/Grid";
import styled from "styled-components";
export default styled(function (_ref) {var customStyle = _ref.customStyle,props = _objectWithoutProperties(_ref, ["customStyle"]);return /*#__PURE__*/React.createElement(Grid, _extends({ classes: { root: "form-row" }, container: true, spacing: 3 }, props));})(_templateObject(),
function (props) {return props.customStyle;});
//# sourceMappingURL=index.js.map