UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

10 lines (9 loc) 199 B
/** * @description code-block menu * @author wangfupeng */ import CodeBlockMenu from './CodeBlockMenu'; export declare const codeBlockMenuConf: { key: string; factory(): CodeBlockMenu; };