Skip to content

Commit

Permalink
Hide bsStyle from Modal props documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Aug 13, 2015
1 parent defe43a commit b29e5ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,13 @@ const Modal = React.createClass({
* Consider leaving the default value here, as it is necessary to make the Modal work well with assistive technologies,
* such as screen readers.
*/
enforceFocus: React.PropTypes.bool
enforceFocus: React.PropTypes.bool,

/**
* Hide this from automatic props documentation generation.
* @private
*/
bsStyle: React.PropTypes.string
},

getDefaultProps() {
Expand Down

0 comments on commit b29e5ec

Please sign in to comment.