@taiga-ui/addon-table
Version:
A library to display tabled data with filters, search, group actions, etc.
9 lines (8 loc) • 431 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiTableCell {
tuiCell: string;
readonly template: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTableCell, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTableCell, "ng-template[tuiCell]", never, { "tuiCell": { "alias": "tuiCell"; "required": false; }; }, {}, never, never, true, never>;
}