create-panel-conf.d.ts 218 Bytes 编辑Web IDE 1 2 3 4 5 6 7 /** * @description 表情菜单 panel配置 * @author liuwei */ import editor from '../../editor/index'; import { PanelConf } from '../menu-constructors/Panel'; export default function (editor: editor): PanelConf;