mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-02 00:00:04 +00:00
Update index.d.ts
The `keyboard` animation type is added here. This is a valid type as described here: https://medium.com/@philipshen13/react-native-layoutanimation-267489b67a20 (check the section `LayoutAnimation.types`)
This commit is contained in:
1
types/react-native/index.d.ts
vendored
1
types/react-native/index.d.ts
vendored
@@ -499,6 +499,7 @@ export interface LayoutAnimationTypes {
|
||||
easeInEaseOut: string;
|
||||
easeIn: string;
|
||||
easeOut: string;
|
||||
keyboard: string;
|
||||
}
|
||||
|
||||
export interface LayoutAnimationProperties {
|
||||
|
||||
Reference in New Issue
Block a user