UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines (10 loc) 311 B
'use strict'; import type { ShareableRef } from '../../commonTypes'; /** Type of `__workletsModuleProxy` injected with JSI. */ export interface WorkletsModuleProxy { makeShareableClone<TValue>( value: TValue, shouldPersistRemote: boolean, nativeStateSource?: object ): ShareableRef<TValue>; }