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

27 lines (26 loc) 1.08 kB
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class Chip { label: string; icon: string; image: string; style: any; styleClass: string; removable: boolean; removeIcon: string; onRemove: EventEmitter<any>; visible: boolean; containerClass(): { 'p-chip p-component': boolean; 'p-chip-image': boolean; }; close(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<Chip, never>; static ɵcmp: i0.ɵɵComponentDeclaration<Chip, "p-chip", never, { "label": "label"; "icon": "icon"; "image": "image"; "style": "style"; "styleClass": "styleClass"; "removable": "removable"; "removeIcon": "removeIcon"; }, { "onRemove": "onRemove"; }, never, ["*"]>; } export declare class ChipModule { static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, [typeof Chip], [typeof i1.CommonModule], [typeof Chip]>; static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>; }