mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: re-install sveld and run yarn build:docs
This commit is contained in:
parent
59018728df
commit
d3e5b3dd54
5 changed files with 78 additions and 84 deletions
2
types/Button/ButtonSkeleton.svelte.d.ts
vendored
2
types/Button/ButtonSkeleton.svelte.d.ts
vendored
|
@ -24,10 +24,10 @@ export default class ButtonSkeleton extends SvelteComponentTyped<
|
|||
{
|
||||
click: WindowEventMap["click"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
blur: WindowEventMap["blur"];
|
||||
},
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue