@yelon/abc
Version:
Common business components of ng-yunzai.
11 lines (10 loc) • 369 B
TypeScript
import * as i0 from "@angular/core";
export declare class STWidgetRegistry {
private _widgets;
get widgets(): any;
register(type: string, widget: any): void;
has(type: string): boolean;
get(type: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<STWidgetRegistry, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<STWidgetRegistry>;
}