UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

16 lines 433 B
import type { IReanimatedModule } from '../reanimatedModuleProxy'; export declare function createJSReanimatedModule(): IReanimatedModule; /** @knipIgnore */ export declare enum Platform { WEB_IOS = "web iOS", WEB_ANDROID = "web Android", WEB = "web", UNKNOWN = "unknown" } declare global { interface Navigator { userAgent: string; vendor: string; } } //# sourceMappingURL=JSReanimated.d.ts.map