footer.directive.d.ts 426 B

12345678910111213
  1. import { TemplateRef } from '@angular/core';
  2. export 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. readonly template: TemplateRef<any>;
  13. }