UNPKG

ngx-emoji-picker

Version:

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

8 lines (7 loc) 200 B
import { ElementRef } from '@angular/core'; export declare class EmojiCategoryComponent { private _element; category: any; constructor(_element: ElementRef); scrollIntoView(): void; }