This commit is contained in:
Enrico Sacchetti 2024-03-31 17:25:49 +00:00 committed by GitHub
commit f44f8f159a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 73 additions and 121 deletions

View file

@ -12,9 +12,9 @@ export interface ButtonSkeletonProps extends RestProps {
/**
* Specify the size of button skeleton
* @default "default"
* @default "lg"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "sm" | "md" | "lg" | "xl" | "2xl";
[key: `data-${string}`]: any;
}