Add blur event forwarding and update docs

This commit is contained in:
Ryan Marx 2024-01-09 20:43:14 -06:00
commit 9539ac46fd
6 changed files with 12 additions and 1 deletions

View file

@ -115,6 +115,7 @@ export default class Button extends SvelteComponentTyped<
{
click: WindowEventMap["click"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];