You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							8 lines
						
					
					
						
							332 B
						
					
					
				
			
		
		
	
	
							8 lines
						
					
					
						
							332 B
						
					
					
				/**
 | 
						|
 * Inlined into the react-router repo since use-sync-external-store does not
 | 
						|
 * provide a UMD-compatible package, so we need this to be able to distribute
 | 
						|
 * UMD react-router bundles
 | 
						|
 */
 | 
						|
import { useSyncExternalStore as server } from "./useSyncExternalStoreShimServer";
 | 
						|
export declare const useSyncExternalStore: typeof server;
 |