mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix testes
This commit is contained in:
parent
386cc983c9
commit
13e2a56ba1
3 changed files with 10 additions and 10 deletions
2
types/Button/ButtonSkeleton.svelte.d.ts
vendored
2
types/Button/ButtonSkeleton.svelte.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue