@mui/codemod
Version:
Codemod scripts for Material UI.
34 lines (33 loc) • 898 B
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, {
inputProps: {
'aria-label': 'Checkbox'
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Checkbox.default, {
inputProps: {
'aria-label': 'Checkbox'
},
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
inputProps: {
'aria-label': 'Checkbox'
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Checkbox, {
inputProps: {
'aria-label': 'Checkbox'
},
inputRef: ref
});