UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

14 lines (13 loc) 346 B
import { ElementRef } from '@angular/core'; import { DomController } from '../../platform/dom-controller'; import { Tab } from './tab'; /** * @hidden */ export declare class TabHighlight { private _elementRef; private _dom; private _init; constructor(_elementRef: ElementRef, _dom: DomController); select(tab: Tab): void; }