UNPKG

ng2-smart-table-pager-mod

Version:

Angular Smart Table Mod

15 lines (14 loc) 516 B
import { EventEmitter, OnChanges } from '@angular/core'; import { Grid } from '../../../lib/grid'; import { DataSource } from '../../../lib/data-source/data-source'; export declare class TheadTitlesRowComponent implements OnChanges { grid: Grid; isAllSelected: boolean; source: DataSource; sort: EventEmitter<any>; selectAllRows: EventEmitter<any>; isMultiSelectVisible: boolean; showActionColumnLeft: boolean; showActionColumnRight: boolean; ngOnChanges(): void; }