UNPKG

@blueeast/bluerain-plugin-material-ui

Version:

Adds [Material UI](http://www.material-ui.com/#/) theme Provider to BlueRain. Components of material-ui have been developed using a common interface. [https://blueeast.gitbook.io/bluerain-plugin-material-ui](https://blueeast.gitbook.io/bluerain-plugin-mat

12 lines 573 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const DialogContent_1 = __importDefault(require("@material-ui/core/DialogContent")); const react_1 = __importDefault(require("react")); const ModalBody = (props) => { return (react_1.default.createElement(DialogContent_1.default, Object.assign({}, props), props.children)); }; exports.default = ModalBody; //# sourceMappingURL=ModalBody.Component.js.map