UNPKG

@mui/codemod

Version:
40 lines (39 loc) 615 B
"use strict"; fn({ MuiSpeedDial: { defaultProps: { slots: { transition: CustomTransition }, slotProps: { transition: CustomTransitionProps } } } }); fn({ MuiSpeedDial: { defaultProps: { slots: { root: 'div', transition: CustomTransition }, slotProps: { transition: CustomTransitionProps } } } }); fn({ MuiSpeedDial: { defaultProps: { slots: { root: 'div', transition: SlotTransition }, slotProps: { transition: CustomTransitionProps } } } });