mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
303 B
TypeScript
7 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;
|