UNPKG

mui-spfx-controls

Version:
13 lines 619 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var material_1 = require("@mui/material"); var React = tslib_1.__importStar(require("react")); var Dashboard_1 = require("../../components/Dashboard"); var theme_config_1 = require("../../config/theme.config"); var DashboardDisplay = function (props) { return (React.createElement(material_1.ThemeProvider, { theme: theme_config_1.theme }, React.createElement(Dashboard_1.Dashboard, tslib_1.__assign({}, props)))); }; exports.default = DashboardDisplay; //# sourceMappingURL=DashboardDisplay.js.map