mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
fix(file-uploader): update files
prop description
This commit is contained in:
parent
69772345c4
commit
c13ade3d6c
6 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
export let accept = [];
|
||||
|
||||
/**
|
||||
* Obtain the uploaded file names
|
||||
* Obtain a reference to the uploaded files
|
||||
* @type {File[]}
|
||||
*/
|
||||
export let files = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue