UNPKG
@winfe/vmi
Version:
latest (1.2.16)
1.2.16
1.2.15
1.2.14
1.2.13
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-beta.1
1.2.0-beta.0
1.2.0-alpha.0
1.1.0-alpha.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
vmi
github.com/cool-fe/vmi/tree/main/packages/vmi
cool-fe/vmi
@winfe/vmi
/
lib
/
ServiceWithBuiltIn.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IServiceOpts
,
Service
as
CoreService
}
from
'@umijs/core'
;
declare
class
Service
extends
CoreService
{
constructor
(
opts
:
IServiceOpts
); }
export
{
Service
};