File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ module.exports.types = {
6767 "onCanPlayThrough" : "EventHandler" ,
6868 "onChange" : "EventHandler" ,
6969 "onClick" : "EventHandler" ,
70+ "onClose" : "EventHandler" ,
7071 "onCompositionEnd" : "EventHandler" ,
7172 "onCompositionStart" : "EventHandler" ,
7273 "onCompositionUpdate" : "EventHandler" ,
Original file line number Diff line number Diff line change 233233 " title"
234234 ],
235235 "dialog" : [
236+ " onClose" ,
236237 " open"
237238 ],
238239 "embed" : [
Original file line number Diff line number Diff line change @@ -4310,6 +4310,7 @@ type Props_dialog =
43104310 , onAnimationStart :: EventHandler
43114311 , onBlur :: EventHandler
43124312 , onClick :: EventHandler
4313+ , onClose :: EventHandler
43134314 , onCompositionEnd :: EventHandler
43144315 , onCompositionStart :: EventHandler
43154316 , onCompositionUpdate :: EventHandler
Original file line number Diff line number Diff line change @@ -3884,6 +3884,7 @@ type Props_dialog =
38843884 , onAnimationStart :: EventHandler
38853885 , onBlur :: EventHandler
38863886 , onClick :: EventHandler
3887+ , onClose :: EventHandler
38873888 , onCompositionEnd :: EventHandler
38883889 , onCompositionStart :: EventHandler
38893890 , onCompositionUpdate :: EventHandler
You can’t perform that action at this time.
0 commit comments