flow-interfaces
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -86,2 +86,3 @@ type Support = { | ||
lastIndexOf<T>(array: ?Array<T>, value: T, fromIndex?: number): number; | ||
pluck<T>(array: ?Array<T>, path: string): Array<T>; | ||
pull<T>(array: ?Array<T>, ...values?: Array<T>): Array<T>; | ||
@@ -88,0 +89,0 @@ pullAll<T>(array: ?Array<T>, values: Array<T>): Array<T>; |
@@ -9,3 +9,3 @@ 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 function connect(mapStateToProps?: (state: Object, ownProps: any) => Object, mapDispatchToProps?: any, mergeProps?: (stateProps: any, dispatchProps: any, ownProps: any) => any, options?: { | ||
pure?: bool, | ||
@@ -12,0 +12,0 @@ withRef?: bool, |
{ | ||
"name": "flow-interfaces", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Flow interface definitions for common 3rd-party modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
130971
3377