UNPKG

react-native-vision-camera

Version:

A powerful, high-performance React Native Camera library.

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