UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 215 B
import { BaseControl, NovoControlConfig } from './../BaseControl'; export declare class SelectControl extends BaseControl { controlType: string; options: any[]; constructor(config: NovoControlConfig); }