mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
correction of a mistaken change
This commit is contained in:
parent
ee91140fe2
commit
28554e49ca
4 changed files with 4 additions and 4 deletions
2
types/FileUploader/FileUploader.d.ts
vendored
2
types/FileUploader/FileUploader.d.ts
vendored
|
@ -17,7 +17,7 @@ export interface FileUploaderProps extends svelte.JSX.HTMLAttributes<HTMLElement
|
|||
* Obtain the uploaded file names
|
||||
* @default []
|
||||
*/
|
||||
files?: string[];
|
||||
files?: FileList;
|
||||
|
||||
/**
|
||||
* Set to `true` to allow multiple files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue