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

@ -119,7 +119,7 @@ export default class Search extends SvelteComponentTyped<
blur: WindowEventMap["blur"];
keydown: WindowEventMap["keydown"];
keyup: WindowEventMap["keyup"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
paste: WindowEventMap["paste"];
clear: CustomEvent<null>;
},
{ labelText: {} }