UNPKG

clarity-angular

Version:

Angular components for Clarity

10 lines (9 loc) 244 B
import { Tab } from "./tab"; export declare class TabsService { private _children; register(tab: Tab): void; readonly children: Tab[]; readonly activeTab: Tab; readonly overflowTabs: Tab[]; unregister(tab: Tab): void; }