UNPKG

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) 446 B
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 GtxTabContent { template: TemplateRef<any>; constructor(template: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<GtxTabContent, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<GtxTabContent, "[gtx-tab-content]", never, {}, {}, never>; }