UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

13 lines (12 loc) 442 B
import { BaseControl, NovoControlConfig } from './../BaseControl'; export declare class PickerControl extends BaseControl { controlType: string; options: any[]; constructor(config: NovoControlConfig); } export declare class TablePickerControl extends PickerControl { constructor(config: NovoControlConfig); } export declare class AppendToBodyPickerControl extends PickerControl { constructor(config: NovoControlConfig); }