2
0
Эх сурвалжийг харах

types: focusin & out events (#3136)

07akioni 5 жил өмнө
parent
commit
a89d985375

+ 2 - 0
packages/runtime-dom/types/jsx.d.ts

@@ -1214,6 +1214,8 @@ export interface Events {
 
   // focus events
   onFocus: FocusEvent
+  onFocusin: FocusEvent
+  onFocusout: FocusEvent
   onBlur: FocusEvent
 
   // form events