@hxui/angular
Version:
This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.
8 lines (7 loc) • 326 B
TypeScript
import { TemplateRef } from '@angular/core';
import { TabDirective } from './tab.directive';
/** 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);
}