@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
9 lines • 637 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";import React from "react";
import { WidgetCard } from "../../atoms";
export default (function (_ref) {var _cardStyle = _ref.cardStyle,_customStyle = _ref.customStyle,props = _objectWithoutProperties(_ref, ["cardStyle", "customStyle"]);return /*#__PURE__*/React.createElement(WidgetCard, _extends({}, _customStyle ?
{
cardStyle: function cardStyle() {return _cardStyle;},
customStyle: function customStyle() {return _customStyle;}
} :
{}, props));});
//# sourceMappingURL=index.js.map