UNPKG

angular2-schema-form

Version:

Angular2 Schema Form (DISCLAIMER: it is not related to angular-schema-form)

11 lines (10 loc) 300 B
export declare class WidgetRegistry { private widgets; private defaultWidget; constructor(); setDefaultWidget(widget: any): void; getDefaultWidget(): any; hasWidget(type: string): boolean; register(type: string, widget: any): void; getWidgetType(type: string): any; }