UNPKG

mui-spfx-controls

Version:
11 lines 464 B
import { __assign } from "tslib"; import { ThemeProvider } from '@mui/material'; import * as React from 'react'; import { ListForm } from '../../components/ListForm'; import { theme } from '../../config/theme.config'; var ListFormDisplay = function (props) { return (React.createElement(ThemeProvider, { theme: theme }, React.createElement(ListForm, __assign({}, props)))); }; export default ListFormDisplay; //# sourceMappingURL=ListFormDisplay.js.map