UNPKG

@wangeditor-next/editor

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