16 lines
		
	
	
		
			514 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			514 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
 * @license
 | 
						|
 * Copyright Google Inc. All Rights Reserved.
 | 
						|
 *
 | 
						|
 * Use of this source code is governed by an MIT-style license that can be
 | 
						|
 * found in the LICENSE file at https://angular.io/license
 | 
						|
 */
 | 
						|
 | 
						|
import {__compiler_private__ as _c} from '@angular/compiler';
 | 
						|
 | 
						|
export type SelectorMatcher = typeof _c.SelectorMatcher;
 | 
						|
export var SelectorMatcher: typeof _c.SelectorMatcher = _c.SelectorMatcher;
 | 
						|
 | 
						|
export type CssSelector = typeof _c.CssSelector;
 | 
						|
export var CssSelector: typeof _c.CssSelector = _c.CssSelector;
 |