Skip to content

Commit

Permalink
DOM: support onClose event in dialog element
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Angel committed Nov 8, 2024
1 parent b93b156 commit 84a704c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/React/Basic/DOM/Generated.purs
Original file line number Diff line number Diff line change
Expand Up @@ -4310,6 +4310,7 @@ type Props_dialog =
, onAnimationStart :: EventHandler
, onBlur :: EventHandler
, onClick :: EventHandler
, onClose :: EventHandler
, onCompositionEnd :: EventHandler
, onCompositionStart :: EventHandler
, onCompositionUpdate :: EventHandler
Expand Down

0 comments on commit 84a704c

Please sign in to comment.