react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
9 lines • 438 B
TypeScript
/// <reference types="react" />
import type { IAnimatedComponentInternal } from '../createAnimatedComponent/commonTypes';
export type HostInstance = {
__internalInstanceHandle?: Record<string, unknown>;
__nativeTag?: number;
_viewConfig?: Record<string, unknown>;
};
export declare function findHostInstance(component: IAnimatedComponentInternal | React.Component): HostInstance;
//# sourceMappingURL=findHostInstance.d.ts.map