fix(types): fix types for on:paste event

This commit is contained in:
metonym 2024-10-25 15:29:48 -07:00 committed by Eric Liu
commit 3167e449fd
11 changed files with 11 additions and 11 deletions

View file

@ -76,7 +76,7 @@ export default class ToolbarSearch extends SvelteComponentTyped<
blur: WindowEventMap["blur"];
keyup: WindowEventMap["keyup"];
keydown: WindowEventMap["keydown"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
paste: WindowEventMap["paste"];
},
{}
> {}