UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

10 lines (9 loc) 257 B
import { TemplateRef } from '@angular/core'; import { VirtualContext } from './virtual-util'; /** * @hidden */ export declare class VirtualHeader { templateRef: TemplateRef<VirtualContext>; constructor(templateRef: TemplateRef<VirtualContext>); }