UNPKG

@makeen.io/material-ui-kit

Version:
9 lines 637 B
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