UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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