mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			250 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			250 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// Shared helpers and types for styling, used by both styling and view/dialogs/frame modules.
 | 
						|
// Only put platform-agnostic logic here.
 | 
						|
 | 
						|
import { Trace } from '../../trace';
 | 
						|
import { CoreTypes } from '../../core-types';
 | 
						|
 | 
						|
export { Trace, CoreTypes };
 |