UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines (3 loc) 200 B
import type { Mutable } from './commonTypes'; export declare function makeUIMutable<Value>(initial: Value): Mutable<Value>; export declare function makeMutable<Value>(initial: Value): Mutable<Value>;