diff --git a/typings/events.d.ts b/typings/events.d.ts index 103bc0cd..1bb05a37 100644 --- a/typings/events.d.ts +++ b/typings/events.d.ts @@ -10,6 +10,8 @@ export type EventType = | 'keyUp' | 'focus' | 'blur' + | 'focusIn' + | 'focusOut' | 'change' | 'input' | 'invalid'