UNPKG

306 BTypeScriptView Raw
1import { EventEmitter } from '@angular/core';
2import { Row } from '../../../lib/data-set/row';
3import { Grid } from '../../../lib/grid';
4export declare class TbodyCustomComponent {
5 grid: Grid;
6 row: Row;
7 source: any;
8 custom: EventEmitter<any>;
9 onCustom(action: any, event: any): void;
10}