File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ exports['default'] = _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2['d
139
139
autoplayTimeout : _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2 [ 'default' ] . PropTypes . number ,
140
140
autoplayDirection : _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2 [ 'default' ] . PropTypes . bool ,
141
141
index : _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2 [ 'default' ] . PropTypes . number ,
142
- renderPagination : _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2 [ 'default' ] . PropTypes [ 'function' ] } ,
142
+ renderPagination : _React$StyleSheet$Text$View$ScrollView$TouchableOpacity2 [ 'default' ] . PropTypes . func } ,
143
143
144
144
mixins : [ _TimerMixin2 [ 'default' ] ] ,
145
145
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export default React.createClass({
130
130
autoplayTimeout : React . PropTypes . number ,
131
131
autoplayDirection : React . PropTypes . bool ,
132
132
index : React . PropTypes . number ,
133
- renderPagination : React . PropTypes . function ,
133
+ renderPagination : React . PropTypes . func ,
134
134
} ,
135
135
136
136
mixins : [ TimerMixin ] ,
You can’t perform that action at this time.
0 commit comments