We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d095b commit f00962dCopy full SHA for f00962d
packages/mui-material/src/Alert/Alert.d.ts
@@ -65,7 +65,11 @@ export type AlertSlotsAndSlotProps = CreateSlotsAndSlotProps<
65
* Props forwarded to the root slot.
66
* By default, the available props are based on the [Paper](https://mui.com/material-ui/api/paper/#props) component.
67
*/
68
- root: SlotProps<React.ElementType<PaperProps>, AlertRootSlotPropsOverrides, AlertOwnerState>;
+ root: SlotProps<
69
+ React.ElementType<PaperProps>,
70
+ AlertRootSlotPropsOverrides,
71
+ AlertOwnerState
72
+ >;
73
/**
74
* Props forwarded to the icon slot.
75
* By default, the available props are based on a div element.
0 commit comments