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) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

19 lines (18 loc) 420 B
export declare class Tag { styleClass: string; style: any; severity: string; value: string; icon: string; rounded: boolean; containerClass(): { 'p-tag p-component': boolean; 'p-tag-info': boolean; 'p-tag-success': boolean; 'p-tag-warning': boolean; 'p-tag-danger': boolean; 'p-tag-rounded': boolean; }; } export declare class TagModule { }