UNPKG

@mui/codemod

Version:
14 lines (13 loc) 733 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; var _RootRef = _interopRequireDefault(require("@material-ui/core/RootRef")); var _jsxRuntime = require("react/jsx-runtime"); var _Typography, _CssBaseline; // import { RootRef } from '@material-ui/core'; // import { RootRef, Button } from '@material-ui/core'; // import { Tooltip, RootRef, Button } from '@material-ui/core'; function App() { return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_RootRef.default, { rootRef: this.container, children: [_Typography || (_Typography = /*#__PURE__*/(0, _jsxRuntime.jsx)(Typography, {})), _CssBaseline || (_CssBaseline = /*#__PURE__*/(0, _jsxRuntime.jsx)(CssBaseline, {}))] }); }