UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 321 B
/// <reference types="react" /> import type { ShadowNodeWrapper } from './commonTypes'; import { HostInstance } from './platform-specific/findHostInstance'; export declare function getShadowNodeWrapperFromRef(ref: React.Component, hostInstance?: HostInstance): ShadowNodeWrapper; //# sourceMappingURL=fabricUtils.d.ts.map