UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines 375 B
import type { Mutable } from './commonTypes'; declare function makeMutableWeb<TValue>(initial: TValue): Mutable<TValue>; export declare const makeMutable: typeof makeMutableWeb; /** @deprecated Used only in `animationsManager.ts`. Don't use. */ export declare function makeMutableUI<TValue>(initial: TValue): Mutable<TValue>; export {}; //# sourceMappingURL=mutables.d.ts.map