UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines (4 loc) 263 B
import type { MeasuredDimensions } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; import type { Component } from 'react'; export declare let measure: <T extends Component>(animatedRef: AnimatedRef<T>) => MeasuredDimensions | null;