Skip to content

Commit

Permalink
build of prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Whorlow committed Jan 19, 2024
1 parent 280fb3c commit f99f07a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mui-material/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Backdrop.propTypes /* remove-proptypes */ = {
*/
slotProps: PropTypes.shape({
root: PropTypes.object,
transition: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
}),
/**
* The components used for each slot inside.
Expand All @@ -189,7 +190,7 @@ Backdrop.propTypes /* remove-proptypes */ = {
* The component used for the transition.
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
* @default Fade
* @depricated Use 'slot.transition' instead. This prop will be removed in v7.
* @deprecated Use `slots.transition` instead. This prop will be removed in v7.
*/
TransitionComponent: PropTypes.elementType,
/**
Expand Down

0 comments on commit f99f07a

Please sign in to comment.