UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

6 lines (5 loc) 198 B
import { BaseControl, NovoControlConfig } from './../BaseControl'; export declare class CheckListControl extends BaseControl { controlType: string; constructor(config: NovoControlConfig); }