UNPKG

ngx-bootstrap

Version:
12 lines (11 loc) 598 B
import { TemplateRef } from '@angular/core'; import { TabDirective } from './tab.directive'; /** Should be used to mark <ng-template> element as a template for tab heading */ import * as ɵngcc0 from '@angular/core'; export declare class TabHeadingDirective { templateRef?: TemplateRef<any>; constructor(templateRef: TemplateRef<any>, tab: TabDirective); static ɵfac: ɵngcc0.ɵɵFactoryDef<TabHeadingDirective, never>; static ɵdir: ɵngcc0.ɵɵDirectiveDefWithMeta<TabHeadingDirective, "[tabHeading]", never, {}, {}, never>; } //# sourceMappingURL=tab-heading.directive.d.ts.map