File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 
packages/react-native-renderer/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010 */ 
1111
1212import  type  { ElementRef ,  ElementType ,  MixedElement }  from  'react' ; 
13+ import  { type  PublicRootInstance }  from  'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface' ; 
1314
1415export  type  MeasureOnSuccessCallback  =  ( 
1516  x : number , 
@@ -231,7 +232,6 @@ export opaque type Node = mixed;
231232export  opaque  type  InternalInstanceHandle  =  mixed ; 
232233type PublicInstance  =  mixed ; 
233234type PublicTextInstance  =  mixed ; 
234- export  opaque  type  PublicRootInstance  =  mixed ; 
235235
236236export  type  ReactFabricType  =  { 
237237  findHostInstance_DEPRECATED < TElementType : ElementType > (
@@ -261,6 +261,7 @@ export type ReactFabricType = {
261261  getPublicInstanceFromInternalInstanceHandle(
262262    internalInstanceHandle: InternalInstanceHandle,
263263  ): PublicInstance | PublicTextInstance | null,
264+   getPublicInstanceFromRootTag(rootTag: number): PublicRootInstance | null,
264265  ...
265266} ; 
266267
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments