Skip to content

Commit f91541c

Browse files
authored
(fix) add missing focusin/focusout events
#220
1 parent bd72c12 commit f91541c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797

9898
// Focus Events
9999
onfocus?: FocusEventHandler<T>;
100+
onfocusin?: FocusEventHandler<T>;
101+
onfocusout?: FocusEventHandler<T>;
100102
onblur?: FocusEventHandler<T>;
101103

102104
// Form Events

0 commit comments

Comments
 (0)