UNPKG

@mui/codemod

Version:
36 lines (35 loc) 443 B
"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 } } } } });