UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 296 B
import type { InstanceOrElement } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export declare function scrollTo<TRef extends InstanceOrElement>(animatedRef: AnimatedRef<TRef>, x: number, y: number, animated: boolean): void; //# sourceMappingURL=scrollTo.d.ts.map