@mui/codemod
Version:
Codemod scripts for Material UI.
50 lines (49 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _Checkbox = _interopRequireDefault(require("@org/ui/material/Checkbox"));
var _material = require("@org/ui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
slotProps: {
input: {
'aria-label': 'Checkbox'
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
slotProps: {
input: {
ref: ref
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
slotProps: {
input: {
'aria-label': 'Checkbox',
ref: ref
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
slotProps: {
input: {
'aria-label': 'Checkbox'
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
slotProps: {
input: {
ref: ref
}
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
slotProps: {
input: {
'aria-label': 'Checkbox',
ref: ref
}
}
});