UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

15 lines (14 loc) 789 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabComponent { protected elementRef: ElementRef; title: string; titleHtml: string; active: boolean; id: string; warning: boolean; constructor(elementRef: ElementRef); setVisible(visible: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "systelab-tab", never, { "title": { "alias": "title"; "required": false; }; "titleHtml": { "alias": "titleHtml"; "required": false; }; "active": { "alias": "active"; "required": false; }; "id": { "alias": "id"; "required": false; }; "warning": { "alias": "warning"; "required": false; }; }, {}, never, ["*"], false, never>; }