mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 04:18:52 +08:00 
			
		
		
		
	refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
		@ -1,4 +1,4 @@
 | 
			
		||||
import type { View } from '../../ui/core/view';
 | 
			
		||||
import type { View } from '../core/view';
 | 
			
		||||
 | 
			
		||||
declare namespace org {
 | 
			
		||||
	namespace nativescript {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								packages/core/ui/embedding/index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/core/ui/embedding/index.d.ts
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,4 @@
 | 
			
		||||
import type { View } from '../../ui/core/view';
 | 
			
		||||
import type { View } from '../core/view';
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Whether the app is embedded into a host project or standalone project
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user