@mui/codemod
Version:
Codemod scripts for Material UI.
34 lines (33 loc) • 874 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _Switch = _interopRequireDefault(require("@org/ui/material/Switch"));
var _material = require("@org/ui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Switch.default, {
inputProps: {
'aria-label': 'Switch'
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Switch.default, {
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Switch.default, {
inputProps: {
'aria-label': 'Switch'
},
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Switch, {
inputProps: {
'aria-label': 'Switch'
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Switch, {
inputRef: ref
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Switch, {
inputProps: {
'aria-label': 'Switch'
},
inputRef: ref
});