UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 187 B
import type { Component } from 'react'; import type { AnimatedRef } from './commonTypes'; export declare function useAnimatedRef<TComponent extends Component>(): AnimatedRef<TComponent>;