UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

8 lines (7 loc) 189 B
import { EventEmitter } from '@angular/core'; export declare class ThSortable { config: any; column: any; onSortChange: EventEmitter<any>; onToggleSort(event: any): void; }