Skip to content

Commit

Permalink
proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Dec 15, 2022
1 parent 12c037d commit a651b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mui-material-next/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@ Button.propTypes /* remove-proptypes */ = {
* The content of the component.
*/
children: PropTypes.node,
/**
* Override or extend the styles applied to the component.
*/
classes: PropTypes.object,
/**
* @ignore
*/
Expand Down

0 comments on commit a651b4f

Please sign in to comment.