UNPKG

@wangeditor/plugin-mention

Version:
12 lines (11 loc) 266 B
/** * @description interface * @author wangfupeng */ import { IDomEditor } from '@wangeditor/editor'; export interface IExtendConfig { mentionConfig: { showModal: (editor: IDomEditor) => void; hideModal: (editor: IDomEditor) => void; }; }