UNPKG

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