UNPKG

react-native-ios-utilities

Version:
9 lines (8 loc) 176 B
// Note: // * Maps types from `UIKit/UIView.h` // Maps to: `UIView.AnimationCurve` export type UIViewAnimationCurve = | 'easeInOut' | 'easeIn' | 'easeOut' | 'linear';