create-panel-conf.d.ts 254 B

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