We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbd25b commit 7bf6fb7Copy full SHA for 7bf6fb7
1 file changed
packages/react-native-executorch/src/index.tsx
@@ -6,7 +6,7 @@ import { ETInstallerNativeModule } from './native/RnExecutorchModules';
6
declare global {
7
var loadStyleTransfer: (source: string) => Promise<any>;
8
var loadImageSegmentation: (source: string) => Promise<any>;
9
- var loadObjectDetection: (source: string) => Promise<any>;
+ var loadObjectDetection: (source: string) => any;
10
}
11
// eslint-disable no-var
12
0 commit comments