UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

8 lines (7 loc) 202 B
export declare class STWidgetRegistry { private _widgets; get widgets(): any; register(type: string, widget: any): void; has(type: string): boolean; get(type: string): any; }