UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines 208 B
type withClampType = <T extends number | string>(config: { min?: T; max?: T; }, clampedAnimation: T) => T; export declare const withClamp: withClampType; export {}; //# sourceMappingURL=clamp.d.ts.map