瀏覽代碼

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> {}