diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index ba92c33cd4..918cbb52f0 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -8047,7 +8047,7 @@ export namespace Animated { *``` */ export function event( - argMapping: Mapping[], + argMapping: Array, config?: EventConfig ): (...args: any[]) => void;