UNPKG

ng2-bootstrap

Version:
7 lines (6 loc) 240 B
import { TemplateRef } from '@angular/core'; import { TabDirective } from './tab.directive'; export declare class TabHeadingDirective { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>, tab: TabDirective); }