UNPKG

230 BTypeScriptView Raw
1/**
2 * @description 撤销 - 逆向操作,删除节点
3 * @author fangzhicong
4 */
5import { Compile } from '../type';
6export declare function revoke(data: Compile[]): void;
7export declare function restore(data: Compile[]): void;