UNPKG

@wangeditor-next/editor

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