UNPKG

ngx-emoji-picker

Version:

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

7 lines (6 loc) 152 B
export declare class EmojiEvent { char: string; label: string; constructor(data: any); static fromArray(emojiArray: any): EmojiEvent; }