Skip to content

Commit

Permalink
fix(types): add HTMLDialogElement missing close event (#11811)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan You <[email protected]>
  • Loading branch information
Level8Broccoli and yyx990803 authored Sep 5, 2024
1 parent df56cc5 commit 3634f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/jsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export interface DelHTMLAttributes extends HTMLAttributes {

export interface DialogHTMLAttributes extends HTMLAttributes {
open?: Booleanish
onClose?: (payload: Event) => void
}

export interface EmbedHTMLAttributes extends HTMLAttributes {
Expand Down

0 comments on commit 3634f7a

Please sign in to comment.