@material-git/all
Version:
Angular 2 Material
7 lines (6 loc) • 341 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import { TemplatePortalDirective } from '../core';
/** Used to flag tab contents for use with the portal directive */
export declare class MdTabContent extends TemplatePortalDirective {
constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef);
}