UNPKG

@wangeditor/plugin-mention

Version:
8 lines (7 loc) 184 B
/** * @description mention module entry * @author wangfupeng */ import { IModuleConf } from '@wangeditor/editor'; declare const module: Partial<IModuleConf>; export default module;