UNPKG

@js-sugar/angular-bootstrap

Version:

JS-Sugar Bootstrap components for Angular

7 lines (6 loc) 188 B
import { TabDirective } from './tab.directive'; export declare type TabAppearance = 'default' | 'pill'; export interface TabSelectEvent { index: number; tab: TabDirective; }