@mui/codemod
Version:
Codemod scripts for Material UI.
21 lines (20 loc) • 802 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _ListItemText = _interopRequireDefault(require("@org/ui/material/ListItemText"));
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_ListItemText.default, {
secondaryTypographyProps: secondaryTypographyProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_ListItemText.default, {
primaryTypographyProps: primaryTypographyProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_ListItemText.default, {
primaryTypographyProps: primaryTypographyProps,
secondaryTypographyProps: secondaryTypographyProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_ListItemText.default, {
slotProps: {
primary: primarySlotProps
},
secondaryTypographyProps: secondaryTypographyProps
});