UNPKG

ng2-smart-table-pager-mod

Version:

Angular Smart Table Mod

11 lines (10 loc) 315 B
import { EventEmitter } from '@angular/core'; import { Cell } from '../../../lib/data-set/cell'; export declare class EditCellDefault { cell: Cell; inputClass: string; edited: EventEmitter<any>; onEdited(event: any): boolean; onStopEditing(): boolean; onClick(event: any): void; }