UNPKG

@mui/codemod

Version:
20 lines (19 loc) 268 B
"use strict"; fn({ MuiListItem: { defaultProps: { anotherProp: 'value', autoFocus: true, disabled: false, selected: true, button: true } } }); fn({ MuiListItem: { defaultProps: { anotherProp: 'value' } } });