mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
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:
Vendored
+1
-1
@@ -8047,7 +8047,7 @@ export namespace Animated {
|
||||
*```
|
||||
*/
|
||||
export function event(
|
||||
argMapping: Mapping[],
|
||||
argMapping: Array<Mapping | null>,
|
||||
config?: EventConfig
|
||||
): (...args: any[]) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user