med-table
Version:
Wrapper over table of primeng library for Ministry of Health
12 lines (11 loc) • 586 B
TypeScript
import { ElementRef, TemplateRef } from '@angular/core';
import { MedTableColumnConfig } from '../../types/MedTableColumnConfig';
import * as i0 from "@angular/core";
export declare class TableHeadCellComponent {
config: MedTableColumnConfig;
template?: TemplateRef<any>;
contentRef: ElementRef;
get isEmptyTemplate(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeadCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TableHeadCellComponent, "table-head-cell", never, { "config": "config"; "template": "template"; }, {}, never, never>;
}