Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-26 10:51:26 -08:00
commit efe9ef1fb6
3 changed files with 26 additions and 8 deletions

View file

@ -15,6 +15,12 @@ export interface ProgressBarProps
*/
max?: number;
/**
* Specify the size
* @default "md"
*/
size?: "sm" | "md";
/**
* Specify the label text
* @default ""