UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

10 lines (9 loc) 307 B
import { BaseControl, NovoControlConfig } from './../BaseControl'; export declare class TextBoxControl extends BaseControl { controlType: string; type: string; subType: string; constructor(config: NovoControlConfig); setValidators(type: any): void; getTextboxType(type: any): any; }