@coreui/angular
Version:
CoreUI Components Library for Angular
23 lines (22 loc) • 847 B
TypeScript
import { OnDestroy } from '@angular/core';
import { TabContentComponent } from '../tab-content/tab-content.component';
import * as i0 from "@angular/core";
export declare class TabPaneComponent implements OnDestroy {
#private;
constructor();
tabPaneIdx: number;
tabContent: TabContentComponent;
set active(value: boolean);
get active(): boolean;
get hostClasses(): {
'tab-pane': boolean;
fade: boolean;
show: boolean;
active: boolean;
};
role: string;
ngOnDestroy(): void;
subscribeTabService(subscribe?: boolean): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
}