@mui/codemod
Version:
Codemod scripts for Material UI.
15 lines (14 loc) • 376 B
JavaScript
;
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsxs)(Box, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(Box, {
gap: 2,
children: "Item 3"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Box, {
columnGap: 3,
children: "Item 4"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Box, {
rowGap: 4,
children: "Item 5"
})]
});