UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (7 loc) 216 B
'use strict'; import type { Component, ComponentClass } from 'react'; export function findNodeHandle( componentOrHandle: null | number | Component<any, any> | ComponentClass<any> ) { return componentOrHandle; }