@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
7 lines (6 loc) • 830 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 ", ";\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-column" }, item: true }, props));})(_templateObject(),
function (props) {return props.customStyle;});
//# sourceMappingURL=index.js.map