types: focusin & out events (#3136)

This commit is contained in:
07akioni 2021-02-04 21:05:24 +08:00 committed by GitHub
parent e109f7b898
commit a89d985375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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