UNPKG

@angular-mdl/core

Version:

Angular components, directives and styles based on material design lite https://getmdl.io.

13 lines (12 loc) 592 B
import { ElementRef, QueryList } from "@angular/core"; import { MdlLayoutTabPanelComponent } from "./mdl-layout-tab-panel.component"; import * as i0 from "@angular/core"; export declare class MdlLayoutContentComponent { private elRef; isContent: boolean; tabs: QueryList<MdlLayoutTabPanelComponent>; el: HTMLElement; constructor(elRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<MdlLayoutContentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MdlLayoutContentComponent, "mdl-layout-content", never, {}, {}, ["tabs"], ["*"], false, never>; }