Update Style.md

This commit is contained in:
Christopher Chedeau 2015-02-22 08:43:27 -08:00
parent 517343a751
commit 1919c7ba2f
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ In order to let a call site customize the style of your component children, you
```javascript
var List = React.createClass({
propTypes: {
style: View.stylePropType,
elementStyle: View.stylePropType,
},
render: function() {