UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 173 B
type withClampType = <T extends number | string>(config: { min?: T; max?: T; }, clampedAnimation: T) => T; export declare const withClamp: withClampType; export {};