UNPKG

171 BTypeScriptView Raw
1import { IServiceOpts, Service as CoreService } from '@umijs/core';
2declare class Service extends CoreService {
3 constructor(opts: IServiceOpts);
4}
5export { Service };