UNPKG

@mui/codemod

Version:
24 lines (23 loc) 329 B
"use strict"; fn({ MuiListItem: { defaultProps: { anotherProp: 'value' } }, MuiListItemButton: { defaultProps: { anotherProp: 'value', autoFocus: true, disabled: false, selected: true } } }); fn({ MuiListItem: { defaultProps: { anotherProp: 'value' } } });