UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

10 lines (9 loc) 186 B
/** * @description common menu config * @author wangfupeng */ import EnterMenu from './EnterMenu'; export declare const enterMenuConf: { key: string; factory(): EnterMenu; };