flow-interfaces
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -8,7 +8,7 @@ import React from 'react'; | ||
} | ||
declare var Provider: ReactClass; | ||
declare function connect(mapStateToProps?: (state: Object, ownProps: any) => Object, mapDispatchToProps?: any, mergeProps?: (stateProps: any, dispatchProps: any, ownProps: any) => any, options?: { | ||
declare var Provider: React.Component; | ||
declare function connect(mapStateToProps?: (state: Object, ownProps: Object) => Object, mapDispatchToProps?: any, mergeProps?: (stateProps: any, dispatchProps: any, ownProps: any) => any, options?: { | ||
pure?: bool, | ||
withRef?: bool, | ||
}): (component: ReactClass) => ConnectedReactClass; | ||
} | ||
}): (component: ReactClass) => ReactClass; | ||
} |
{ | ||
"name": "flow-interfaces", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Flow interface definitions for common 3rd-party modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
130969
3376