UNPKG

react-native-vision-camera

Version:

A powerful, high-performance React Native Camera library.

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