UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 426 B
import type { IReanimatedModule } from './commonTypes'; export declare function callGuardDEV<Args extends unknown[], ReturnValue>(fn: (...args: Args) => ReturnValue, ...args: Args): ReturnValue | void; export declare function setupCallGuard(): void; export declare function setupConsole(): void; export declare function initializeUIRuntime(ReanimatedModule: IReanimatedModule): void; //# sourceMappingURL=initializers.d.ts.map