UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

11 lines (10 loc) 547 B
import { TemplateRef } from '@angular/core'; import { TabDirective } from './tab.directive'; import * as i0 from "@angular/core"; /** Should be used to mark <template> element as a template for tab heading */ export declare class TabHeadingDirective { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>, tab: TabDirective); static ɵfac: i0.ɵɵFactoryDeclaration<TabHeadingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TabHeadingDirective, "[hxTabHeading]", never, {}, {}, never>; }