UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

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