UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines 291 B
import type { Component, ComponentClass } from 'react'; export declare function findNodeHandle(componentOrHandle: null | number | Component<any, any> | ComponentClass<any>): number | Component<any, any, any> | ComponentClass<any, any> | null; //# sourceMappingURL=findNodeHandle.web.d.ts.map