mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
826b7096c8
commit
7586b2a10f
6 changed files with 39 additions and 8 deletions
|
@ -9,6 +9,12 @@ export interface FileUploaderButtonProps
|
|||
*/
|
||||
accept?: string[];
|
||||
|
||||
/**
|
||||
* Obtain a reference to the uploaded files
|
||||
* @default []
|
||||
*/
|
||||
files?: File[];
|
||||
|
||||
/**
|
||||
* Set to `true` to allow multiple files
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue