소스 검색

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