react-native-executorch
Version:
An easy way to run AI models in react native with ExecuTorch
9 lines • 447 B
TypeScript
import { ResourceSource } from '../types/common';
export declare class BaseModule {
protected static nativeModule: any;
static onDownloadProgressCallback: (downloadProgress: number) => void;
static load(...sources: ResourceSource[]): Promise<void>;
protected static forward(..._args: any[]): Promise<any>;
static onDownloadProgress(callback: (downloadProgress: number) => void): void;
}
//# sourceMappingURL=BaseModule.d.ts.map