UNPKG

@winfe/vmi

Version:
6 lines (5 loc) 171 B
import { IServiceOpts, Service as CoreService } from '@umijs/core'; declare class Service extends CoreService { constructor(opts: IServiceOpts); } export { Service };