Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Apr 28, 2023
1 parent 94a0ad2 commit f5136bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-base/src/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Menu.propTypes /* remove-proptypes */ = {
* The props used for each slot inside the Menu.
* @default {}
*/
slotProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({
slotProps: PropTypes.shape({
listbox: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
root: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
}),
Expand Down

0 comments on commit f5136bb

Please sign in to comment.