UNPKG

@mui/codemod

Version:
28 lines (27 loc) 345 B
"use strict"; fn({ MuiCheckbox: { defaultProps: { inputProps: { 'aria-label': 'Checkbox' } } } }); fn({ MuiCheckbox: { defaultProps: { inputRef: ref } } }); fn({ MuiCheckbox: { defaultProps: { inputProps: { 'aria-label': 'Checkbox' }, inputRef: ref } } });