react-native-vision-camera
Version:
A powerful, high-performance React Native Camera library.
6 lines • 317 B
TypeScript
/**
* Throws the given Error on the JS Thread using React Native's error reporter.
* @param error An {@linkcode Error}, or an object with a `message` property, otherwise a default messageg will be thrown.
*/
export declare function throwErrorOnJS(error: unknown): void;
//# sourceMappingURL=throwErrorOnJS.d.ts.map