Sfoglia il codice sorgente

Add showRecordingLength to webcam types (#3303)

Merlijn Vos 3 anni fa
parent
commit
7a32e3b3cd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/@uppy/webcam/types/index.d.ts

+ 1 - 0
packages/@uppy/webcam/types/index.d.ts

@@ -18,6 +18,7 @@ export interface WebcamOptions extends PluginOptions {
     locale?: WebcamLocale
     title?: string
     videoConstraints?: MediaTrackConstraints
+    showRecordingLength?: boolean
 }
 
 declare class Webcam extends UIPlugin<WebcamOptions> {}