UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

5 lines (4 loc) 152 B
import { BaseControl } from './BaseControl'; export declare class ControlFactory { static create(type: string, config: BaseControl): BaseControl; }