feat(file-uploader-button): support files prop (#1120)

Closes #1116
This commit is contained in:
metonym 2022-02-21 13:32:05 -08:00 committed by GitHub
commit 7586b2a10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 8 deletions

View file

@ -18,7 +18,7 @@
export let accept = [];
/**
* Obtain the uploaded file names
* Obtain a reference to the uploaded files
* @type {File[]}
*/
export let files = [];