UNPKG

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