@regulaforensics/vp-frontend-document-components 9.6.2929-nightly → 9.6.2932-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -313,6 +313,7 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
313
313
  newLayout?: boolean;
314
314
  processingDelay?: number;
315
315
  manualMultipageMode?: boolean;
316
+ allDevicesSwitchToMobileButton?: boolean;
316
317
  }
317
318
 
318
319
  export declare class DocumentReaderWebComponent extends HTMLElement {