mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
[react-native]fix raw event arg ignored error
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -7981,7 +7981,7 @@ export namespace Animated {
|
||||
config?: ParallelConfig
|
||||
): CompositeAnimation;
|
||||
|
||||
type Mapping = { [key: string]: Mapping } | AnimatedValue;
|
||||
type Mapping = { [key: string]: Mapping } | AnimatedValue | null;
|
||||
interface EventConfig {
|
||||
listener?: ValueListenerCallback;
|
||||
useNativeDriver?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user