UNPKG

@idscan/idvc2

Version:

component for the capturing documents

9 lines (8 loc) 257 B
export declare const getCameraDevices: () => Promise<{ deviceId: string; groupId: string; kind: MediaDeviceKind; label: string; toJSON: any; }[]>; export declare const checkHasCameraDevices: (devices: Array<MediaDeviceInfo>) => boolean;