UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

16 lines (15 loc) 315 B
/** * @description code-highlight menu * @author wangfupeng */ import SelectLangMenu from './SelectLangMenu'; export declare const selectLangMenuConf: { key: string; factory(): SelectLangMenu; config: { codeLangs: { text: string; value: string; }[]; }; };