UNPKG

@wangeditor-next/editor

Version:
13 lines (12 loc) 237 B
/** * @description emotion menu * @author wangfupeng */ import EmotionMenu from './EmotionMenu'; export declare const emotionMenuConf: { key: string; factory(): EmotionMenu; config: { emotions: string[]; }; };