- import { TemplateRef } from '@angular/core';
- export declare class DatatableFooterDirective {
- footerHeight: number;
- totalMessage: string;
- selectedMessage: string | boolean;
- pagerLeftArrowIcon: string;
- pagerRightArrowIcon: string;
- pagerPreviousIcon: string;
- pagerNextIcon: string;
- _templateInput: TemplateRef<any>;
- _templateQuery: TemplateRef<any>;
- readonly template: TemplateRef<any>;
- }
|