UNPKG

@fivethree/core

Version:
19 lines (18 loc) 586 B
import { OnInit, ElementRef } from '@angular/core'; import { Router } from '@angular/router'; import { IonTabs } from '@ionic/angular'; import { FivAppBar } from '../app-bar.component'; export declare class FivAppBarTab implements OnInit { appBar: FivAppBar; ionTabs: IonTabs; router: Router; el: ElementRef; tab: string; href: string; type: 'bounded' | 'unbounded'; readonly active: boolean; readonly classes: string; constructor(appBar: FivAppBar, ionTabs: IonTabs, router: Router, el: ElementRef); ngOnInit(): void; onClick(): void; }