UNPKG

ionic-framework

Version:

An advanced HTML5 mobile app framework built on Angular2

11 lines (10 loc) 216 B
import { ElementRef } from 'angular2/core'; /** * @private */ export declare class TabHighlight { private _elementRef; private _init; constructor(_elementRef: ElementRef); select(tab: any): void; }