Skip to content

Commit b29e5ec

Browse files
committed
Hide bsStyle from Modal props documentation
Fixes react-bootstrap#1147
1 parent defe43a commit b29e5ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Modal.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,13 @@ const Modal = React.createClass({
127127
* Consider leaving the default value here, as it is necessary to make the Modal work well with assistive technologies,
128128
* such as screen readers.
129129
*/
130-
enforceFocus: React.PropTypes.bool
130+
enforceFocus: React.PropTypes.bool,
131+
132+
/**
133+
* Hide this from automatic props documentation generation.
134+
* @private
135+
*/
136+
bsStyle: React.PropTypes.string
131137
},
132138

133139
getDefaultProps() {

0 commit comments

Comments
 (0)