@mui/codemod
Version:
Codemod scripts for Material UI.
88 lines (87 loc) • 2.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _Typography = _interopRequireDefault(require("@mui/material/Typography"));
var _material = require("@mui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: false,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: false,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: paragraph,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: paragraph,
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true,
sx: {
marginBottom: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true,
sx: {
marginBottom: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true,
sx: {
mb: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true,
sx: {
mb: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
paragraph: true,
sx: {
color: "black"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
paragraph: true,
sx: {
color: "black"
}
});