import { Store } from 'redux'; import { undoable, createContainerStateHistory } from '../data/history'; /** * 回滚container设置的state * @param store */ export declare function undoRCREContainerState(store: Store): void; /** * * @param store */ export declare function redoRCREContainerState(store: Store): void; export { undoable, createContainerStateHistory };