diff --git a/packages/mui-material-next/src/Button/Button.tsx b/packages/mui-material-next/src/Button/Button.tsx index 5c310611e4d383..c2552fa8c417db 100644 --- a/packages/mui-material-next/src/Button/Button.tsx +++ b/packages/mui-material-next/src/Button/Button.tsx @@ -651,10 +651,6 @@ Button.propTypes /* remove-proptypes */ = { * @ignore */ onBlur: PropTypes.func, - /** - * @ignore - */ - onClick: PropTypes.func, /** * @ignore */ @@ -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 */