UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines 163 B
import type { Mutable } from './commonTypes'; export declare function makeMutable<TValue>(initial: TValue): Mutable<TValue>; //# sourceMappingURL=mutables.d.ts.map