/** * @description 注册 module * @author wangfupeng */ import { IModuleConf } from '@wangeditor/core'; declare function registerModule(module: Partial): void; export default registerModule;