@mui/codemod
Version:
Codemod scripts for Material UI.
36 lines (35 loc) • 438 B
JavaScript
"use strict";
fn({
MuiRadio: {
defaultProps: {
slotProps: {
input: {
'aria-label': 'Radio'
}
}
}
}
});
fn({
MuiRadio: {
defaultProps: {
slotProps: {
input: {
ref: ref
}
}
}
}
});
fn({
MuiRadio: {
defaultProps: {
slotProps: {
input: {
'aria-label': 'Radio',
ref: ref
}
}
}
}
});