Explorar o código

@uppy/audio: fix types (#3689)

Merlijn Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
b29007736f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 }