gentics-ui-core
Version:
This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.
10 lines (9 loc) • 438 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/** Decorates the `ng-template` tags and reads out the template from it. */
export declare class GtxTabLabel {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<GtxTabLabel, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<GtxTabLabel, "[gtx-tab-label]", never, {}, {}, never>;
}