UNPKG

423 BTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2export declare class DatatableFooterDirective {
3 footerHeight: number;
4 totalMessage: string;
5 selectedMessage: string | boolean;
6 pagerLeftArrowIcon: string;
7 pagerRightArrowIcon: string;
8 pagerPreviousIcon: string;
9 pagerNextIcon: string;
10 _templateInput: TemplateRef<any>;
11 _templateQuery: TemplateRef<any>;
12 get template(): TemplateRef<any>;
13}