8 lines
		
	
	
		
			303 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			303 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import {__compiler_private__ as _} from '@angular/compiler';
 | |
| 
 | |
| export type SelectorMatcher = typeof _.SelectorMatcher;
 | |
| export var SelectorMatcher: typeof _.SelectorMatcher = _.SelectorMatcher;
 | |
| 
 | |
| export type CssSelector = typeof _.CssSelector;
 | |
| export var CssSelector: typeof _.CssSelector = _.CssSelector;
 |