UNPKG

@yelon/abc

Version:

Common business components of ng-yunzai.

10 lines (9 loc) 276 B
import { EnvironmentProviders } from '@angular/core'; export interface STWidgetProvideConfig { KEY: string; type: any; } /** * Just only using Standalone widgets */ export declare function provideSTWidgets(...widgets: STWidgetProvideConfig[]): EnvironmentProviders;