Re-run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-02-18 16:48:58 -08:00
commit 3daca763d6
4 changed files with 245 additions and 353 deletions

View file

@ -21,6 +21,12 @@ export interface ProgressBarProps
*/
kind?: "default" | "inline" | "indented";
/**
* Specify the status
* @default "active"
*/
status?: "active" | "finished" | "error";
/**
* Specify the size
* @default "md"