Skip to content

Commit

Permalink
backport #4017
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 24, 2024
1 parent a8f4d33 commit 6d9cd2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,10 @@ export namespace JSXInternal {
// Details Events
onToggle?: GenericEventHandler<Target> | undefined;

// Dialog Events
onClose?: GenericEventHandler<Target> | undefined;
onCancel?: GenericEventHandler<Target> | undefined;

// Focus Events
onFocus?: FocusEventHandler<Target> | undefined;
onFocusCapture?: FocusEventHandler<Target> | undefined;
Expand Down

0 comments on commit 6d9cd2a

Please sign in to comment.