]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types: focusin & out events (#3136)
author07akioni <07akioni2@gmail.com>
Thu, 4 Feb 2021 13:05:24 +0000 (21:05 +0800)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 13:05:24 +0000 (14:05 +0100)
packages/runtime-dom/types/jsx.d.ts

index f0c426009deeec3eecf112b82e309ff2b05fbc2c..8a2b17f0056fb7a5fce034efbf07716865ed06ed 100644 (file)
@@ -1214,6 +1214,8 @@ export interface Events {
 
   // focus events
   onFocus: FocusEvent
+  onFocusin: FocusEvent
+  onFocusout: FocusEvent
   onBlur: FocusEvent
 
   // form events