UNPKG

@wangeditor-next/yjs-for-react

Version:

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

13 lines (12 loc) 253 B
/** * @description code-block menu * @author wangfupeng */ import CodeBlockMenu from './CodeBlockMenu'; export declare const codeBlockMenuConf: { key: string; config: { showCopyButton: boolean; }; factory(): CodeBlockMenu; };