fix testes

This commit is contained in:
Bilux 2022-10-19 12:09:27 +01:00 committed by GitHub
commit 13e2a56ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,7 @@ export interface ButtonSkeletonProps
* Specify the size of button skeleton
* @default "default"
*/
size?: "default" | "field" | "small" | "lg" | "xl";
size?: "default" | "field" | "sm" | "lg" | "xl";
/**
* SvelteKit attribute to enable data prefetching