correction of a mistaken change

This commit is contained in:
Daniel Miedzik 2020-11-27 08:50:54 +01:00
commit 28554e49ca
4 changed files with 4 additions and 4 deletions

View file

@ -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