UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 310 B
import type { InternalHostInstance, ShadowNodeWrapper } from './commonTypes'; import type { HostInstance } from './platform-specific/types'; export declare function getShadowNodeWrapperFromRef(ref: InternalHostInstance, hostInstance?: HostInstance): ShadowNodeWrapper; //# sourceMappingURL=fabricUtils.d.ts.map