create-panel-conf.d.ts 277 B

12345678
  1. /**
  2. * @description table 菜单 panel tab 配置
  3. * @author lichunlin
  4. */
  5. import Editor from '../../editor/index';
  6. import { PanelConf } from '../menu-constructors/Panel';
  7. import '../../assets/style/create-panel-conf.less';
  8. export default function (editor: Editor): PanelConf;