@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
9 lines (8 loc) • 407 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuTabLabel {
templateRef: TemplateRef<any>;
constructor(templateRef: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<DokuTabLabel, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DokuTabLabel, "ng-template[doku-tab-label]", ["dokuTabLabel"], {}, {}, never, never, true>;
}