feat(button): support xl size

This commit is contained in:
Eric Y Liu 2021-05-02 15:43:29 -07:00
commit bb369db165
5 changed files with 13 additions and 4 deletions

View file

@ -24,7 +24,7 @@ export interface ButtonProps
* Specify the size of button
* @default "default"
*/
size?: "default" | "field" | "small";
size?: "default" | "field" | "small" | "xl";
/**
* Set to `true` to enable the selected state for an icon-only, ghost button