fix(file-uploader): update files prop description

This commit is contained in:
Eric Liu 2022-02-21 08:50:00 -08:00
commit c13ade3d6c
6 changed files with 8 additions and 8 deletions

View file

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