UNPKG

333 BTypeScriptView Raw
1import { NbTreeGridCellDirective } from './tree-grid-cell.component';
2/**
3 * When using custom row toggle, apply this directive on your toggle to toggle row on element click.
4 */
5export declare class NbTreeGridRowToggleDirective {
6 private cell;
7 toggleRow($event: any): void;
8 constructor(cell: NbTreeGridCellDirective);
9}