Browse Source

types: focusin & out events (#3136)

07akioni 5 years ago
parent
commit
a89d985375
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/runtime-dom/types/jsx.d.ts

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

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