UNPKG

@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.

10 lines (9 loc) 587 B
import { TemplateRef } from '@angular/core'; import { BreadcrumbContext } from '../../../declarations/interfaces/breadcrumb-context.interface'; import * as i0 from "@angular/core"; export declare class PupaBreadcrumbTemplateDirective { readonly templateRef: TemplateRef<BreadcrumbContext>; constructor(templateRef: TemplateRef<BreadcrumbContext>); static ɵfac: i0.ɵɵFactoryDeclaration<PupaBreadcrumbTemplateDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<PupaBreadcrumbTemplateDirective, "[pupaBreadcrumbTemplate]", never, {}, {}, never, never, false>; }