react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
5 lines • 305 B
TypeScript
import type { Component } from 'react';
import type { MeasuredDimensions } from '../commonTypes';
import type { AnimatedRef } from '../hook/commonTypes';
export declare function measure<T extends Component>(animatedRef: AnimatedRef<T>): MeasuredDimensions | null;
//# sourceMappingURL=measure.web.d.ts.map