Update the auto-generated docs/types

This commit is contained in:
Ben Periton 2022-09-21 16:21:00 +01:00
commit d618616943
3 changed files with 10 additions and 1 deletions

View file

@ -71,6 +71,9 @@ export default class ToolbarSearch extends SvelteComponentTyped<
input: WindowEventMap["input"];
focus: WindowEventMap["focus"];
blur: WindowEventMap["blur"];
keyup: WindowEventMap["keyup"];
keydown: WindowEventMap["keydown"];
paste: DocumentAndElementEventHandlersEventMap["paste"];
},
{}
> {}