feat(button-skeleton): support xl, lg sizes

This commit is contained in:
Eric Y Liu 2021-06-26 06:36:02 -07:00
commit 23e8b88ac7
5 changed files with 14 additions and 8 deletions

View file

@ -12,7 +12,7 @@ export interface ButtonSkeletonProps
* Specify the size of button skeleton
* @default "default"
*/
size?: "default" | "field" | "small";
size?: "default" | "field" | "small" | "lg" | "xl";
/**
* @default false