Skip to content

Commit a89d985

Browse files
authored
types: focusin & out events (#3136)
1 parent e109f7b commit a89d985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/runtime-dom/types/jsx.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,8 @@ export interface Events {
12141214

12151215
// focus events
12161216
onFocus: FocusEvent
1217+
onFocusin: FocusEvent
1218+
onFocusout: FocusEvent
12171219
onBlur: FocusEvent
12181220

12191221
// form events

0 commit comments

Comments
 (0)