UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 294 B
import type { InstanceOrElement, MeasuredDimensions } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export declare function measure<TRef extends InstanceOrElement>(animatedRef: AnimatedRef<TRef>): MeasuredDimensions | null; //# sourceMappingURL=measure.d.ts.map