mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 17:50:19 +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:
Vendored
+1
@@ -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