UNPKG

ngx-emoji-picker

Version:

A simple emoji picker for Angular 2+ / Ionic 3 with AOT build support

11 lines (10 loc) 335 B
import { EventEmitter, ElementRef, OnDestroy } from "@angular/core"; export declare class EmojiSearchComponent implements OnDestroy { searchEmitter: EventEmitter<string>; input: ElementRef; private _searchValue; private _destroyed; constructor(); handleInputChange(event: any): void; ngOnDestroy(): void; }