mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:api & yarn build:docs"
This commit is contained in:
parent
ddd4e06cf4
commit
eaa1603d42
14 changed files with 19 additions and 654 deletions
5
types/Button/ButtonSkeleton.svelte.d.ts
vendored
5
types/Button/ButtonSkeleton.svelte.d.ts
vendored
|
@ -14,11 +14,6 @@ export interface ButtonSkeletonProps
|
|||
* @default "default"
|
||||
*/
|
||||
size?: "default" | "field" | "small" | "lg" | "xl";
|
||||
|
||||
/**
|
||||
* @default false
|
||||
*/
|
||||
small?: boolean;
|
||||
}
|
||||
|
||||
export default class ButtonSkeleton extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue