UNPKG

@wangeditor-next/editor

Version:
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; }[]; }; };