File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ module.exports.types = {
67
67
"onCanPlayThrough" : "EventHandler" ,
68
68
"onChange" : "EventHandler" ,
69
69
"onClick" : "EventHandler" ,
70
+ "onClose" : "EventHandler" ,
70
71
"onCompositionEnd" : "EventHandler" ,
71
72
"onCompositionStart" : "EventHandler" ,
72
73
"onCompositionUpdate" : "EventHandler" ,
Original file line number Diff line number Diff line change 233
233
" title"
234
234
],
235
235
"dialog" : [
236
+ " onClose" ,
236
237
" open"
237
238
],
238
239
"embed" : [
Original file line number Diff line number Diff line change @@ -4310,6 +4310,7 @@ type Props_dialog =
4310
4310
, onAnimationStart :: EventHandler
4311
4311
, onBlur :: EventHandler
4312
4312
, onClick :: EventHandler
4313
+ , onClose :: EventHandler
4313
4314
, onCompositionEnd :: EventHandler
4314
4315
, onCompositionStart :: EventHandler
4315
4316
, onCompositionUpdate :: EventHandler
Original file line number Diff line number Diff line change @@ -3884,6 +3884,7 @@ type Props_dialog =
3884
3884
, onAnimationStart :: EventHandler
3885
3885
, onBlur :: EventHandler
3886
3886
, onClick :: EventHandler
3887
+ , onClose :: EventHandler
3887
3888
, onCompositionEnd :: EventHandler
3888
3889
, onCompositionStart :: EventHandler
3889
3890
, onCompositionUpdate :: EventHandler
You can’t perform that action at this time.
0 commit comments