UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 309 B
import type { Mutable } from './commonTypes'; export declare function legacy_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