"use strict";
fn({
MuiListItem: {
defaultProps: {
anotherProp: 'value'
}
},
MuiListItemButton: {
defaultProps: {
anotherProp: 'value',
autoFocus: true,
disabled: false,
selected: true
}
}
});
fn({
MuiListItem: {
defaultProps: {
anotherProp: 'value'
}
}
});