UNPKG

272 BTypeScriptView Raw
1import { FactoryProvider, InjectionToken } from 'injection-js';
2import { StylesheetProcessor } from './stylesheet-processor';
3export declare const STYLESHEET_PROCESSOR_TOKEN: InjectionToken<StylesheetProcessor>;
4export declare const STYLESHEET_PROCESSOR: FactoryProvider;