primeng
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/primeng) [ • 392 B
TypeScript
import { ElementRef } from '@angular/core';
import { BlockableUI } from 'primeng/api';
export declare class Card implements BlockableUI {
private el;
header: string;
subheader: string;
style: any;
styleClass: string;
headerFacet: any;
footerFacet: any;
constructor(el: ElementRef);
getBlockableElement(): HTMLElement;
}
export declare class CardModule {
}