diff --git a/docs/Style.md b/docs/Style.md index 8a90b0803..86bfb7819 100644 --- a/docs/Style.md +++ b/docs/Style.md @@ -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() {