UNPKG

@deepkit/desktop-ui

Version:

Library for desktop UI widgets in Angular 10+

12 lines (11 loc) 549 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabComponent { active: boolean; removable: boolean; close: EventEmitter<any>; constructor(); onClose(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "dui-tab", never, { "active": { "alias": "active"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>; }