mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
@uppy/audio: fix types (#3689)
This commit is contained in:
parent
ab695cd37f
commit
b29007736f
1 changed files with 1 additions and 1 deletions
2
packages/@uppy/audio/types/index.d.ts
vendored
2
packages/@uppy/audio/types/index.d.ts
vendored
|
|
@ -3,7 +3,7 @@ import type AudioLocale from './generatedLocale'
|
|||
|
||||
export interface AudioOptions extends PluginOptions {
|
||||
target?: PluginTarget
|
||||
showVideoSourceDropdown?: boolean
|
||||
showAudioSourceDropdown?: boolean
|
||||
locale?: AudioLocale
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue