UNPKG

@wangeditor/code-highlight

Version:
16 lines (15 loc) 330 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; }[]; }; };