UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

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[]; }; };