UNPKG

@mui/codemod

Version:
36 lines (35 loc) 545 B
"use strict"; fn({ MuiStepContent: { defaultProps: { TransitionComponent: CustomTransition, TransitionProps: { unmountOnExit: true } } } }); fn({ MuiStepContent: { defaultProps: { TransitionComponent: ComponentTransition, slots: { transition: SlotTransition } } } }); fn({ MuiStepContent: { defaultProps: { slotProps: { transition: { id: 'test' } }, TransitionProps: { unmountOnExit: true } } } });