react-native-executorch
Version:
An easy way to run AI models in React Native with ExecuTorch
8 lines (7 loc) • 433 B
TypeScript
import { Spec as OCRInterface } from './NativeOCR';
import { Spec as VerticalOCRInterface } from './NativeVerticalOCR';
import { Spec as ETInstallerInterface } from './NativeETInstaller';
declare const OCRNativeModule: OCRInterface;
declare const VerticalOCRNativeModule: VerticalOCRInterface;
declare const ETInstallerNativeModule: ETInstallerInterface;
export { OCRNativeModule, VerticalOCRNativeModule, ETInstallerNativeModule };