UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 361 B
import type { InternalHostInstance } from '../commonTypes'; import type { IAnimatedComponentInternalBase } from '../createAnimatedComponent/commonTypes'; import type { HostInstance } from './types'; export declare function findHostInstance(ref: IAnimatedComponentInternalBase | InternalHostInstance): HostInstance; //# sourceMappingURL=findHostInstance.d.ts.map