import { TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class DatatableTemplateDirective { template: TemplateRef; /** * headerTemplate: 表格的 thead * bodyTemplate: 表格的 tbody * header-xxx: 表格 thead 的某一個欄位 th * body-xxx: 表格 tbody 的某一個欄位 td */ name: string; constructor(template: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }