UNPKG

@mui/codemod

Version:
88 lines (87 loc) 1.21 kB
"use strict"; fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { fab: { id: 'test' } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { classes: classes } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { open: true } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { placement: 'top' } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { title: 'test' } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { title: 'test', placement: 'top', open: true, classes: classes }, fab: { id: 'test' } } } } }); fn({ MuiSpeedDialAction: { defaultProps: { slotProps: { tooltip: { title: 'test', placement: 'top', open: true, classes: classes } } } } });