@mui/codemod
Version:
Codemod scripts for Material UI.
27 lines (26 loc) • 1.02 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _TextField = _interopRequireDefault(require("@mui/material/TextField"));
var _material = require("@mui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_TextField.default, {
InputProps: CustomInputProps,
inputProps: CustomHtmlInputProps,
SelectProps: CustomSelectProps,
InputLabelProps: CustomInputLabelProps,
FormHelperTextProps: CustomFormHelperProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.TextField, {
InputProps: CustomInputProps,
inputProps: CustomHtmlInputProps,
SelectProps: CustomSelectProps,
InputLabelProps: CustomInputLabelProps,
FormHelperTextProps: CustomFormHelperProps
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(NonMuiTextField, {
InputProps: CustomInputProps,
inputProps: CustomHtmlInputProps,
SelectProps: CustomSelectProps,
InputLabelProps: CustomInputLabelProps,
FormHelperTextProps: CustomFormHelperProps
});