UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

8 lines (7 loc) 230 B
/** * @description 撤销 - 逆向操作,删除节点 * @author fangzhicong */ import { Compile } from '../type'; export declare function revoke(data: Compile[]): void; export declare function restore(data: Compile[]): void;