primeng
Version:
PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB
21 lines (20 loc) • 843 B
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import * as i0 from "@angular/core";
/**
* TabPanel is a helper component for Tabs component.
* @group Components
*/
export declare class TabPanel extends BaseComponent {
pcTabs: any;
/**
* Value of the active tab.
* @defaultValue undefined
* @group Props
*/
value: import("@angular/core").ModelSignal<string | number>;
id: import("@angular/core").Signal<string>;
ariaLabelledby: import("@angular/core").Signal<string>;
active: import("@angular/core").Signal<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<TabPanel, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TabPanel, "p-tabpanel", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, ["*"], true, never>;
}