14 lines
No EOL
525 B
TypeScript
Executable file
14 lines
No EOL
525 B
TypeScript
Executable file
import { TemplateRef } from '@angular/core';
|
|
import { VirtualContext } from './virtual-utils';
|
|
/**
|
|
* @hidden
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class VirtualFooter {
|
|
templateRef: TemplateRef<VirtualContext>;
|
|
constructor(templateRef: TemplateRef<VirtualContext>);
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<VirtualFooter, never>;
|
|
static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<VirtualFooter, "[virtualFooter]", never, {}, {}, never>;
|
|
}
|
|
|
|
//# sourceMappingURL=virtual-footer.d.ts.map
|