UNPKG

gentics-ui-core

Version:

This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.

20 lines (19 loc) 663 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; /** * For documentation, see the Tabs */ export declare class Tab { title: string; icon: string; id: string; routerLink: any[]; disabled: boolean; /** * When the tab is clicked, this event is fired with the tab id. */ select: EventEmitter<string>; active: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<Tab, never>; static ɵcmp: i0.ɵɵComponentDeclaration<Tab, "gtx-tab", never, { "title": "title"; "icon": "icon"; "id": "id"; "routerLink": "routerLink"; "disabled": "disabled"; }, { "select": "select"; }, never, ["*"]>; }