We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c257b6c commit a18552aCopy full SHA for a18552a
packages/buttons/src/views/icon-button/ChevronButton.js
@@ -45,8 +45,6 @@ ChevronButton.propTypes = {
45
focusInset: PropTypes.bool,
46
hovered: PropTypes.bool,
47
active: PropTypes.bool,
48
- /** Callback for reference of the native button element */
49
- buttonRef: PropTypes.func,
50
/** Rotates icon 180 degrees */
51
rotated: PropTypes.bool
52
};
packages/buttons/src/views/icon-button/IconButton.js
@@ -43,9 +43,7 @@ IconButton.propTypes = {
43
disabled: PropTypes.bool,
44
focused: PropTypes.bool,
- active: PropTypes.bool,
- buttonRef: PropTypes.func
+ active: PropTypes.bool
IconButton.defaultProps = {
0 commit comments