UNPKG

@angular2-material/tabs

Version:
11 lines (10 loc) 293 B
import { ElementRef } from '@angular/core'; /** Used in the `md-tab-group` view to display tab labels */ export declare class MdTabLabelWrapper { elementRef: ElementRef; constructor(elementRef: ElementRef); /** * Sets focus on the wrapper element */ focus(): void; }