UNPKG

254 BTypeScriptView Raw
1/**
2 * @description code 菜单 panel tab 配置
3 * @author lkw
4 */
5import Editor from '../../editor/index';
6import { PanelConf } from '../menu-constructors/Panel';
7export default function (editor: Editor, text: string, languageType: string): PanelConf;