UNPKG

@mui/codemod

Version:
26 lines (25 loc) 332 B
"use strict"; fn({ MuiAvatar: { defaultProps: { imgProps: { onError: () => {}, onLoad: () => {} } } } }); fn({ MuiAvatar: { defaultProps: { imgProps: { onLoad: () => {} }, slotProps: { img: { onError: () => {} } } } } });