novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
9 lines (8 loc) • 384 B
TypeScript
import { ElementRef } from '@angular/core';
import { NovoLabelService } from '../../../../services/novo-label-service';
import { BasePickerResults } from '../base-picker-results/BasePickerResults';
export declare class PickerResults extends BasePickerResults {
labels: NovoLabelService;
constructor(element: ElementRef, labels: NovoLabelService);
getListElement(): any;
}