UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 226 B
import type { HostInstance } from '../platform-specific/findHostInstance'; export declare function getViewInfo(element: HostInstance): { viewName?: string; viewTag?: number; }; //# sourceMappingURL=getViewInfo.d.ts.map