mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
@uppy/dashboard: fix type of trigger option (#5106)
This commit is contained in:
parent
9e8c6df674
commit
ffdfa096d3
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ interface DashboardMiscOptions<M extends Meta, B extends Body>
|
|||
thumbnailHeight?: number
|
||||
thumbnailType?: string
|
||||
thumbnailWidth?: number
|
||||
trigger?: string
|
||||
trigger?: string | Element
|
||||
waitForThumbnailsBeforeUpload?: boolean
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue