@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.
9 lines (8 loc) • 476 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TagActionButtonTemplateDirective {
readonly templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<TagActionButtonTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TagActionButtonTemplateDirective, "[pupaTagActionButtonTemplate]", never, {}, {}, never, never, false>;
}