UNPKG

@mui/codemod

Version:
30 lines (29 loc) 396 B
"use strict"; fn({ MuiAvatar: { defaultProps: { slotProps: { img: { onError: () => {}, onLoad: () => {} } } } } }); fn({ MuiAvatar: { defaultProps: { slotProps: { img: { ...{ onLoad: () => {} }, ...{ onError: () => {} } } } } } });