UNPKG

178 BTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2export declare class DataTableColumnHeaderDirective {
3 template: TemplateRef<any>;
4 constructor(template: TemplateRef<any>);
5}