UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

9 lines (8 loc) 289 B
import { QueryList, AfterContentInit } from '@angular/core'; import { TabItem } from './tab-item.component'; export declare class Tabs implements AfterContentInit { fitted: boolean; tabs: QueryList<TabItem>; ngAfterContentInit(): void; selectTab(tabItem: TabItem): void; }