UNPKG

298 BTypeScriptView Raw
1import { Instantiable } from '../Core';
2import { ServiceManager } from './ServiceManager';
3export declare type InjectedFactoryPluginType = (sm: ServiceManager, service?: Object) => Object;
4export declare const InjectedServiceFactory: (Service: Instantiable<Object>) => (sm: ServiceManager) => any;