mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(breadcrumb-item): type default slot
This commit is contained in:
parent
fc6c3267a6
commit
5d7dc321f4
5 changed files with 21 additions and 13 deletions
1
types/Button/ButtonSkeleton.d.ts
vendored
1
types/Button/ButtonSkeleton.d.ts
vendored
|
@ -13,7 +13,6 @@ export interface ButtonSkeletonProps extends svelte.JSX.HTMLAttributes<HTMLEleme
|
|||
size?: "default" | "field" | "small";
|
||||
|
||||
/**
|
||||
* Set to `true` to use the small variant
|
||||
* @default false
|
||||
*/
|
||||
small?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue