UNPKG

ngx-materialize

Version:

An Angular wrap around Materialize library

11 lines (10 loc) 313 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class MzChipComponent { private elementRef; chipClass: boolean; close: boolean; delete: EventEmitter<string>; readonly chipElement: HTMLElement; constructor(elementRef: ElementRef); onDelete(): void; }