mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 17:42:44 +08:00
Update react-native-reanimated.d.ts (#220)
This commit is contained in:
committed by
Michał Osadnik
parent
119953c41b
commit
e40860fa43
2
react-native-reanimated.d.ts
vendored
2
react-native-reanimated.d.ts
vendored
@@ -58,7 +58,7 @@ declare module 'react-native-reanimated' {
|
||||
export type Adaptable<T> =
|
||||
| T
|
||||
| AnimatedNode<T>
|
||||
| ReadonlyArray<T | AnimatedNode<T>>;
|
||||
| ReadonlyArray<Adaptable<T>>;
|
||||
type BinaryOperator = (
|
||||
left: Adaptable<number>,
|
||||
right: Adaptable<number>
|
||||
|
||||
Reference in New Issue
Block a user