UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 302 B
import type { Mutable } from './commonTypes'; export declare function makeMutableUI<Value>(initial: Value): Mutable<Value>; declare function makeMutableWeb<Value>(initial: Value): Mutable<Value>; export declare const makeMutable: typeof makeMutableWeb; export {}; //# sourceMappingURL=mutables.d.ts.map