Skip to content

Commit

Permalink
Commit yarn proptypes changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Jul 11, 2023
1 parent 309eba4 commit bbe3641
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/mui-material-next/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,6 @@ Button.propTypes /* remove-proptypes */ = {
* @ignore
*/
onBlur: PropTypes.func,
/**
* @ignore
*/
onClick: PropTypes.func,
/**
* @ignore
*/
Expand All @@ -663,22 +659,10 @@ Button.propTypes /* remove-proptypes */ = {
* @ignore
*/
onDragLeave: PropTypes.func,
/**
* @ignore
*/
onFocus: PropTypes.func,
/**
* @ignore
*/
onFocusVisible: PropTypes.func,
/**
* @ignore
*/
onKeyDown: PropTypes.func,
/**
* @ignore
*/
onKeyUp: PropTypes.func,
/**
* @ignore
*/
Expand Down

0 comments on commit bbe3641

Please sign in to comment.