소스 검색

@uppy/audio: fix types (#3689)

Merlijn Vos 3 년 전
부모
커밋
b29007736f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/@uppy/audio/types/index.d.ts

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

@@ -3,7 +3,7 @@ import type AudioLocale from './generatedLocale'
 
 export interface AudioOptions extends PluginOptions {
   target?: PluginTarget
-  showVideoSourceDropdown?: boolean
+  showAudioSourceDropdown?: boolean
   locale?: AudioLocale
 }