Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix indentation
  • Loading branch information
Acksell committed Jul 16, 2022
commit 413e5fff8e847b6b424f42aebcd746c8ca90e3be
2 changes: 1 addition & 1 deletion packages/mlkit-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export declare class MLKitView extends MLKitViewBase {
/**
* @hidden
*/
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void;
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void;
}

export function detectWithStillImage(image: any, options?: StillImageDetectionOptions): Promise<{ [key: string]: any }>;