Skip to content

Commit 17e5664

Browse files
authored
(fix) add beforeinput event typing
#1016
1 parent 3c4fe63 commit 17e5664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ declare namespace svelte.JSX {
107107
onreset?: FormEventHandler<T>;
108108
onsubmit?: FormEventHandler<T>;
109109
oninvalid?: EventHandler<Event, T>;
110+
onbeforeinput?: EventHandler<Event, T>;
110111

111112
// Image Events
112113
onload?: EventHandler;

0 commit comments

Comments
 (0)