UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines 532 B
import type { ShareableHost, Synchronizable } from 'react-native-worklets'; import type { Mutable } from './commonTypes'; export declare function checkInvalidReadDuringRender(): void; export declare function checkInvalidWriteDuringRender(): void; export type Listener<TValue> = (newValue: TValue) => void; export declare function mutableHostDecorator<TValue>(mutable: ShareableHost<TValue> & Mutable<TValue>, dirtyFlag?: Synchronizable<boolean>): ShareableHost<TValue> & Mutable<TValue>; //# sourceMappingURL=mutablesCommon.d.ts.map