Skip to content

Commit f00962d

Browse files
committed
fix: format Alert.d.ts SlotProps to match prettier rules
1 parent a3d095b commit f00962d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/mui-material/src/Alert/Alert.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ export type AlertSlotsAndSlotProps = CreateSlotsAndSlotProps<
6565
* Props forwarded to the root slot.
6666
* By default, the available props are based on the [Paper](https://mui.com/material-ui/api/paper/#props) component.
6767
*/
68-
root: SlotProps<React.ElementType<PaperProps>, AlertRootSlotPropsOverrides, AlertOwnerState>;
68+
root: SlotProps<
69+
React.ElementType<PaperProps>,
70+
AlertRootSlotPropsOverrides,
71+
AlertOwnerState
72+
>;
6973
/**
7074
* Props forwarded to the icon slot.
7175
* By default, the available props are based on a div element.

0 commit comments

Comments
 (0)