UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

11 lines (10 loc) 641 B
import { CdkCell, CdkColumnDef } from '@angular/cdk/table'; import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** Cell template container that adds the right classes and role. */ export declare class TableCellDirective extends CdkCell { direction: 'column' | 'row'; constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>); static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, never, true, never>; }