From bbe36413d0553306a588f3d0d87c658786c3debb Mon Sep 17 00:00:00 2001 From: Diego Andai Date: Tue, 11 Jul 2023 18:17:33 -0400 Subject: [PATCH] Commit yarn proptypes changes --- packages/mui-material-next/src/Button/Button.tsx | 16 ---------------- 1 file changed, 16 deletions(-) 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 */