UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 222 B
import { AfterViewInit, ElementRef } from '@angular/core'; export declare class NovoTableKeepFilterFocus implements AfterViewInit { private element; constructor(element: ElementRef); ngAfterViewInit(): void; }