UNPKG

@mui/codemod

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