UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![Build Status](https://travis-ci.org/primefaces/primeng.

16 lines (15 loc) 392 B
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 { }