We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c1716 commit 413e5ffCopy full SHA for 413e5ff
packages/mlkit-core/index.d.ts
@@ -47,7 +47,7 @@ export declare class MLKitView extends MLKitViewBase {
47
/**
48
* @hidden
49
*/
50
- on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void;
+ on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void;
51
}
52
53
export function detectWithStillImage(image: any, options?: StillImageDetectionOptions): Promise<{ [key: string]: any }>;
0 commit comments