UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

10 lines 430 B
import type * as Reanimated from 'react-native-reanimated'; /** * A proxy object that lazy-imports react-native-reanimated as soon as the * caller tries to access a property on {@linkcode ReanimatedProxy}. * * If react-native-reanimated is not installed, accessing anything on * {@linkcode ReanimatedProxy} will throw. */ export declare const ReanimatedProxy: typeof Reanimated; //# sourceMappingURL=ReanimatedProxy.d.ts.map