@mui/codemod
Version:
Codemod scripts for Material UI.
25 lines (24 loc) • 744 B
JavaScript
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(TablePagination, {
onChangeRowsPerPage: () => {},
onChangePage: () => {}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(TablePagination, {
classes: {
input: 'foo'
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Box, {
sx: {
'& .MuiTablePagination-input': {}
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(Table, {
padding: "default"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(TableCell, {
padding: "default"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(TablePagination, {
onChangeRowsPerPage: () => {},
onChangePage: () => {},
...props
})]
});
;