UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

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; }