Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1157 from taion/hide-modal-bsstyle
Browse files Browse the repository at this point in the history
Hide bsStyle from Modal props documentation
  • Loading branch information
jquense committed Aug 13, 2015
2 parents defe43a + b29e5ec commit ae180b3
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 ae180b3

Please sign in to comment.