mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
parent
826b7096c8
commit
7586b2a10f
6 changed files with 39 additions and 8 deletions
2
types/FileUploader/FileUploader.svelte.d.ts
vendored
2
types/FileUploader/FileUploader.svelte.d.ts
vendored
|
@ -16,7 +16,7 @@ export interface FileUploaderProps
|
|||
accept?: string[];
|
||||
|
||||
/**
|
||||
* Obtain the uploaded file names
|
||||
* Obtain a reference to the uploaded files
|
||||
* @default []
|
||||
*/
|
||||
files?: File[];
|
||||
|
|
|
@ -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