UNPKG

@mui/codemod

Version:
29 lines (28 loc) 399 B
"use strict"; fn({ MuiPopper: { defaultProps: { slots: { root: ComponentsRoot }, slotProps: { root: componentsRootProps } } } }); fn({ MuiPopper: { defaultProps: { slots: { root: SlotsRoot }, slotProps: { root: { ...componentsRootProps, ...slotsRootProps } } } } });