Skip to content

Commit

Permalink
types: focusin & out events (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni authored Feb 4, 2021
1 parent e109f7b commit a89d985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime-dom/types/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,8 @@ export interface Events {

// focus events
onFocus: FocusEvent
onFocusin: FocusEvent
onFocusout: FocusEvent
onBlur: FocusEvent

// form events
Expand Down

0 comments on commit a89d985

Please sign in to comment.