UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

12 lines (11 loc) 335 B
import { EventEmitter } from '@angular/core'; import { Router } from '@angular/router'; export declare class NbRouteTabsetComponent { private router; fullWidthValue: boolean; tabs: any[]; fullWidth: boolean; changeTab: EventEmitter<any>; constructor(router: Router); selectTab(tab: any): void; }