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 597 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const DialogContentText_1 = __importDefault(require("@material-ui/core/DialogContentText")); const react_1 = __importDefault(require("react")); const ModalBodyText = (props) => { return (react_1.default.createElement(DialogContentText_1.default, Object.assign({}, props), props.children)); }; exports.default = ModalBodyText; //# sourceMappingURL=ModalBodyText.component.js.map