File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/react-native/Libraries/Renderer Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- ca01f359b9236292c749075bb2fd41bb7b569308
1
+ 58742c21b8c3237e8b66c7df4e200504846a01ae
Original file line number Diff line number Diff line change 6
6
*
7
7
* @noformat
8
8
* @flow strict
9
- * @generated SignedSource<<e35074dabf9cff3672b45eadd68af01e >>
9
+ * @generated SignedSource<<31d4a4b65ed3b597c84dc2361d498e04 >>
10
10
*
11
11
* This file was sync'd from the facebook/react repository.
12
12
*/
@@ -218,6 +218,7 @@ export type ReactNativeType = {
218
218
export opaque type Node = mixed ;
219
219
export opaque type InternalInstanceHandle = mixed ;
220
220
type PublicInstance = mixed ;
221
+ type PublicTextInstance = mixed ;
221
222
222
223
export type ReactFabricType = {
223
224
findHostInstance_DEPRECATED < TElementType : ElementType > (
@@ -247,7 +248,7 @@ export type ReactFabricType = {
247
248
) : ?Node ,
248
249
getPublicInstanceFromInternalInstanceHandle (
249
250
internalInstanceHandle : InternalInstanceHandle ,
250
- ) : PublicInstance ,
251
+ ) : PublicInstance | PublicTextInstance ,
251
252
...
252
253
} ;
253
254
You can’t perform that action at this time.
0 commit comments