Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-21 08:48:58 -08:00
commit 69772345c4
3 changed files with 18 additions and 0 deletions

View file

@ -9,6 +9,12 @@ export interface FileUploaderButtonProps
*/
accept?: string[];
/**
* Obtain the uploaded file names
* @default []
*/
files?: File[];
/**
* Set to `true` to allow multiple files
* @default false