chore: v11 Button

This commit is contained in:
Gregor Wassmann 2023-03-26 22:34:04 +02:00 committed by Enrico Sacchetti
commit 96805c2aa1
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 67 additions and 68 deletions

View file

@ -18,14 +18,14 @@ export interface ButtonProps extends ButtonSkeletonProps, RestProps {
| "tertiary"
| "ghost"
| "danger"
| "danger-tertiary"
| "danger-ghost";
| "danger--tertiary"
| "danger--ghost";
/**
* Specify the size of button
* @default "default"
* @default "lg"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "sm" | "md" | "lg" | "xl" | "2xl";
/**
* Set to `true` to use Carbon's expressive typesetting