@js-sugar/angular-bootstrap
Version:
JS-Sugar Bootstrap components for Angular
11 lines (10 loc) • 488 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TabDirective {
readonly templateRef: TemplateRef<any>;
title?: string;
disabled: boolean;
constructor(templateRef: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<TabDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TabDirective, "[jssTab]", ["jssTab"], { "title": "title"; "disabled": "disabled"; }, {}, never, never, false>;
}