mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: adjust types
- Fix ButtonSkeleton sizes - Apply v11 `size` props
This commit is contained in:
parent
c51c40c9f4
commit
a581231d16
7 changed files with 29 additions and 31 deletions
2
types/Button/Button.svelte.d.ts
vendored
2
types/Button/Button.svelte.d.ts
vendored
|
@ -23,7 +23,7 @@ export interface ButtonProps extends ButtonSkeletonProps, RestProps {
|
|||
|
||||
/**
|
||||
* Specify the size of button
|
||||
* @default "default"
|
||||
* @default "lg"
|
||||
*/
|
||||
size?: "sm" | "md" | "lg" | "xl" | "2xl";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue