@mobilelivenpm/fds-angular-qa
Version:
This library was generated with [Nx](https://nx.dev).
18 lines (17 loc) • 490 B
TypeScript
import { TemplateRef, QueryList, ElementRef } from '@angular/core';
export declare class CardComponent {
private el;
style: any;
cardClass: string;
headerClass: string;
bodyClass: string;
footerClass: string;
headerFacet: any;
footerFacet: any;
templates: QueryList<any>;
headerTemplate: TemplateRef<any>;
contentTemplate: TemplateRef<any>;
footerTemplate: TemplateRef<any>;
constructor(el: ElementRef);
ngAfterContentInit(): void;
}