@alyle/ui
Version:
Minimal Design, a set of components for Angular
9 lines (8 loc) • 387 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LyTabContent {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<LyTabContent, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LyTabContent, "[ly-tab-content]", never, {}, {}, never, never, false, never>;
}