UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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