Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-25 19:13:47 -07:00
commit 036c407f40
3 changed files with 27 additions and 0 deletions

View file

@ -15,6 +15,12 @@ export interface ProgressBarProps
*/
max?: number;
/**
* Specify the kind of progress bar
* @default "default"
*/
kind?: "default" | "inline" | "indented";
/**
* Specify the size
* @default "md"