@mui/codemod
Version:
Codemod scripts for Material UI.
23 lines (22 loc) • 369 B
JavaScript
"use strict";
fn({
MuiFormControlLabel: {
defaultProps: {
componentsProps: {
typography: componentsTypographyProps
}
}
}
});
fn({
MuiFormControlLabel: {
defaultProps: {
componentsProps: {
typography: componentsTypographyProps
},
slotProps: {
typography: slotsTypographyProps
}
}
}
});