react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
5 lines • 361 B
TypeScript
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