@js-sugar/angular-bootstrap
Version:
JS-Sugar Bootstrap components for Angular
9 lines (8 loc) • 458 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardHeaderDirective {
templateRef: TemplateRef<CardHeaderDirective>;
constructor(templateRef: TemplateRef<CardHeaderDirective>);
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "[jssCardHeader]", ["jssCardHeader"], {}, {}, never, never, false>;
}