UNPKG
ng-yunzai-mobile
Version:
latest (8.0.55)
8.0.55
8.0.54
8.0.53
8.0.52
8.0.51
8.0.50
8.0.49
8.0.48
8.0.47
8.0.45
8.0.44
8.0.43
8.0.42
8.0.41
8.0.40
8.0.39
8.0.38
1. 适配yunzai_uni_app_x
ng-yunzai-mobile
/
ng-yunzai-mobile.module.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ModuleWithProviders
}
from
'@angular/core'
;
import
{
BaseClient
}
from
'./client/base.client'
;
export
declare
class
NgYunzaiMobileModule
{
static
forRoot
(
client
:
BaseClient
):
ModuleWithProviders
; }