UNPKG

ng2-smart-table-custom

Version:

Angular Smart Table with inline-validations support

11 lines (10 loc) 316 B
import { EventEmitter } from '@angular/core'; import { Row } from '../../../lib/data-set/row'; import { Grid } from '../../../lib/grid'; export declare class TbodyCustomComponent { grid: Grid; row: Row; source: any; custom: EventEmitter<any>; onCustom(action: any, event: any): void; }