fix(file-uploader): update files prop description

This commit is contained in:
Eric Liu 2022-02-21 08:50:00 -08:00
commit c13ade3d6c
6 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ export interface FileUploaderButtonProps
accept?: string[];
/**
* Obtain the uploaded file names
* Obtain a reference to the uploaded files
* @default []
*/
files?: File[];