UNPKG

angular2-mdl

Version:

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

9 lines (8 loc) 310 B
import { ElementRef, QueryList } from '@angular/core'; import { MdlLayoutTabPanelComponent } from './mdl-layout-tab-panel.component'; export declare class MdlLayoutContentComponent { private elRef; tabs: QueryList<MdlLayoutTabPanelComponent>; el: HTMLElement; constructor(elRef: ElementRef); }