UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

11 lines 518 B
import type { IAnimatedComponentInternal } from './createAnimatedComponent/commonTypes'; export declare const PropsRegistryGarbageCollector: { viewsMap: Map<number, IAnimatedComponentInternal>; intervalId: NodeJS.Timeout | null; registerView(viewTag: number, component: IAnimatedComponentInternal): void; unregisterView(viewTag: number): void; syncPropsBackToReact(): void; registerInterval(): void; unregisterInterval(): void; }; //# sourceMappingURL=PropsRegistryGarbageCollector.d.ts.map