@angular-mdl/core
Version:
Angular components, directives and styles based on material design lite https://getmdl.io.
9 lines (8 loc) • 428 B
TypeScript
import { ViewContainerRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class MdlTabPanelTitleComponent {
vcRef: ViewContainerRef;
constructor(vcRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<MdlTabPanelTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MdlTabPanelTitleComponent, "mdl-tab-panel-title", never, {}, {}, never, ["*"], false, never>;
}