import IBIZAPPEXTENDEDITORUIServiceBase from './ibizappextendeditor-ui-service-base';
/**
* 扩展编辑器UI服务对象
*
* @export
* @class IBIZAPPEXTENDEDITORUIService
*/
export default class IBIZAPPEXTENDEDITORUIService extends IBIZAPPEXTENDEDITORUIServiceBase {
/**
* Creates an instance of IBIZAPPEXTENDEDITORUIService.
*
* @param {*} [opts={}]
* @memberof IBIZAPPEXTENDEDITORUIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于ac59cb0c