Skip to content

Commit

Permalink
yarn proptypes && yarn docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 9, 2021
1 parent 787e5da commit 3a97614
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/material-ui-lab/src/TreeView/TreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,6 @@ TreeView.propTypes /* remove-proptypes */ = {
* Override or extend the styles applied to the component.
*/
classes: PropTypes.object,
/**
* @ignore
*/
className: PropTypes.string,
/**
* The default icon used to collapse the node.
*/
Expand Down Expand Up @@ -909,18 +905,6 @@ TreeView.propTypes /* remove-proptypes */ = {
* @default false
*/
multiSelect: PropTypes.bool,
/**
* @ignore
*/
onBlur: PropTypes.func,
/**
* @ignore
*/
onFocus: PropTypes.func,
/**
* @ignore
*/
onKeyDown: PropTypes.func,
/**
* Callback fired when tree items are focused.
*
Expand Down

0 comments on commit 3a97614

Please sign in to comment.