Skip to content

Commit

Permalink
Update src/Camera.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlac authored Apr 30, 2024
1 parent 369dbd7 commit 89420f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Camera.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CameraApi, FlashMode, FocusMode, ZoomMode, TorchMode, CameraType,CodeFormat } from './types';
import { CameraApi, FlashMode, FocusMode, ZoomMode, TorchMode, CameraType, CodeFormat } from './types';
import { Orientation } from './index';

export type OnReadCodeData = {
Expand Down

0 comments on commit 89420f9

Please sign in to comment.