@bimeister/pupakit.kit
Version:
PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.
12 lines (11 loc) • 767 B
TypeScript
import { TemplateRef } from '@angular/core';
import { ContentTemplateNameDirective } from '../../../declarations/interfaces/content-template-name.interface';
import * as i0 from "@angular/core";
export declare class StepperItemContentDirective<T> implements ContentTemplateNameDirective<T> {
readonly templateRef: TemplateRef<unknown>;
pupaStepperItemContentTemplate: T;
constructor(templateRef: TemplateRef<unknown>);
getTemplateName(): T;
static ɵfac: i0.ɵɵFactoryDeclaration<StepperItemContentDirective<any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperItemContentDirective<any>, "[pupaStepperItemContentTemplate]", never, { "pupaStepperItemContentTemplate": "pupaStepperItemContentTemplate"; }, {}, never, never, false>;
}