Merge pull request #21221 from Yiiu/patch-1

[react-native]fix raw event arg ignored error in 'index.d.ts'.
This commit is contained in:
Eloy Durán
2017-11-14 08:48:09 +01:00
committed by GitHub
+1 -1
View File
@@ -8047,7 +8047,7 @@ export namespace Animated {
*```
*/
export function event(
argMapping: Mapping[],
argMapping: Array<Mapping | null>,
config?: EventConfig
): (...args: any[]) => void;