File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- 17806594cc28284fe195f918e8d77de3516848ec
1
+ 1159ff6193d500046d7bb86c234e167ea4b0becb
Original file line number Diff line number Diff line change 6
6
*
7
7
* @noformat
8
8
* @flow strict
9
- * @generated SignedSource<<ec11b46a06877b4f7f3f0b6c1f5d46c3 >>
9
+ * @generated SignedSource<<fb8a7e52d219403fad0cf916954e5185 >>
10
10
*
11
11
* This file was sync'd from the facebook/react repository.
12
12
*/
@@ -76,6 +76,7 @@ export type ViewConfig = $ReadOnly<{
76
76
phasedRegistrationNames : $ReadOnly < {
77
77
captured : string ,
78
78
bubbled : string ,
79
+ skipBubbling ?: ?boolean ,
79
80
} > ,
80
81
} > ,
81
82
...,
Original file line number Diff line number Diff line change 6
6
*
7
7
* @noformat
8
8
* @flow strict-local
9
- * @generated SignedSource<<a81ed33269e71024fedad145e843fab0 >>
9
+ * @generated SignedSource<<a5b40ebf1f5b17d6dc83479c1c597566 >>
10
10
*
11
11
* This file was sync'd from the facebook/react repository.
12
12
*/
@@ -22,6 +22,7 @@ const customBubblingEventTypes: {
22
22
phasedRegistrationNames : $ReadOnly < { |
23
23
captured : string ,
24
24
bubbled : string ,
25
+ skipBubbling ?: ?boolean ,
25
26
| } > ,
26
27
| } > ,
27
28
...,
You can’t perform that action at this time.
0 commit comments