@mui/codemod
Version:
Codemod scripts for Material UI.
21 lines (20 loc) • 473 B
JavaScript
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Fab, {
variant: "round"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Fab, {
classes: {
round: 'className'
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Box, {
sx: {
'& .MuiFab-round': {
background: 'red'
},
'& .CustomFab-round': {
background: 'red'
}
}
})]
});
;