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