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
|
@ -10,7 +10,7 @@ export interface FileUploaderButtonProps
|
|||
accept?: string[];
|
||||
|
||||
/**
|
||||
* Obtain the uploaded file names
|
||||
* Obtain a reference to the uploaded files
|
||||
* @default []
|
||||
*/
|
||||
files?: File[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue