UNPKG

@wangeditor-next/editor

Version:
8 lines (7 loc) 192 B
/** * @description common module * @author wangfupeng */ import { IModuleConf } from '@wangeditor-next/core'; declare const commonModule: Partial<IModuleConf>; export default commonModule;