فهرست منبع

Add showRecordingLength to webcam types (#3303)

Merlijn Vos 3 سال پیش
والد
کامیت
7a32e3b3cd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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> {}