Skip to content

Commit

Permalink
Update propTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
roger.gao committed Dec 12, 2016
1 parent 0ace958 commit 4a2dc4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export default class CheckBox extends Component {
leftText: React.PropTypes.string,
leftTextView: React.PropTypes.element,
rightText: React.PropTypes.string,
leftTextStyle: View.propTypes.style,
rightTextView: React.PropTypes.string,
rightTextStyle: View.propTypes.style,
leftTextStyle: Text.propTypes.style,
rightTextView: React.PropTypes.element,
rightTextStyle: Text.propTypes.style,
checkedImage: React.PropTypes.element,
unCheckedImage: React.PropTypes.element,
onClick: React.PropTypes.func.isRequired,
Expand Down

0 comments on commit 4a2dc4d

Please sign in to comment.