UNPKG

@rytrox/quill-emoji-mart

Version:

Module Extension for [quill](https://github.com/slab/quill) that introduces [emoji-mart](https://github.com/missive/emoji-mart).

9 lines (8 loc) 203 B
export interface Emoji { id: string; shortcodes: string; name: string; native: string; set: 'native' | 'apple' | 'facebook' | 'google' | 'twitter'; skin: 1 | 2 | 3 | 4 | 5 | 6; }