UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

11 lines (10 loc) 496 B
import { CdkCellDef } from '@angular/cdk/table'; import * as i0 from "@angular/core"; /** * Cell definition for the aui-table. * Captures the template of a column's data row cell as well as cell-specific properties. */ export declare class TableCellDefDirective extends CdkCellDef { static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDefDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDefDirective, "[auiTableCellDef]", never, {}, {}, never, never, true, never>; }