UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines (2 loc) 129 B
import type { SharedValue } from './commonTypes'; export declare function isSharedValue<T>(value: any): value is SharedValue<T>;