mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +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
|
@ -3481,7 +3481,7 @@
|
|||
{
|
||||
"name": "files",
|
||||
"kind": "let",
|
||||
"description": "Obtain the uploaded file names",
|
||||
"description": "Obtain a reference to the uploaded files",
|
||||
"type": "File[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
|
@ -3610,7 +3610,7 @@
|
|||
{
|
||||
"name": "files",
|
||||
"kind": "let",
|
||||
"description": "Obtain the uploaded file names",
|
||||
"description": "Obtain a reference to the uploaded files",
|
||||
"type": "File[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue