mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Add blur event forwarding and update docs
This commit is contained in:
parent
5673adafaa
commit
9539ac46fd
6 changed files with 12 additions and 1 deletions
1
types/Button/ButtonSkeleton.svelte.d.ts
vendored
1
types/Button/ButtonSkeleton.svelte.d.ts
vendored
|
@ -27,6 +27,7 @@ export default class ButtonSkeleton extends SvelteComponentTyped<
|
|||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
blur: WindowEventMap["blur"];
|
||||
},
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue