a zip code crypto-currency system good for red ONLY

virtual-footer.d.ts 257B

12345678910
  1. import { TemplateRef } from '@angular/core';
  2. import { VirtualContext } from './virtual-util';
  3. /**
  4. * @hidden
  5. */
  6. export declare class VirtualFooter {
  7. templateRef: TemplateRef<VirtualContext>;
  8. constructor(templateRef: TemplateRef<VirtualContext>);
  9. }