chore: Import type
only from CodeScanner
This commit is contained in:
parent
7905f2c057
commit
e4393cd83a
@ -11,7 +11,7 @@ import type { RecordVideoOptions, VideoFile } from './VideoFile'
|
||||
import { VisionCameraProxy } from './FrameProcessorPlugins'
|
||||
import { CameraDevices } from './CameraDevices'
|
||||
import type { EmitterSubscription } from 'react-native'
|
||||
import { Code, CodeScanner, CodeScannerFrame } from './CodeScanner'
|
||||
import type { Code, CodeScanner, CodeScannerFrame } from './CodeScanner'
|
||||
|
||||
//#region Types
|
||||
export type CameraPermissionStatus = 'granted' | 'not-determined' | 'denied' | 'restricted'
|
||||
|
Loading…
Reference in New Issue
Block a user