Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-19 17:44:11 -08:00
commit 4c92a7a156
3 changed files with 31 additions and 13 deletions

View file

@ -9,6 +9,12 @@ export interface FileUploaderProps
*/
status?: "uploading" | "edit" | "complete";
/**
* Set to `true` to disable the file uploader
* @default false
*/
disabled?: boolean;
/**
* Specify the accepted file types
* @default []