types: focusin & out events (#3136)
This commit is contained in:
parent
e109f7b898
commit
a89d985375
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user