UNPKG

@gamesberry/karmyc-core

Version:

A flexible and powerful layout management system for React applications

7 lines (6 loc) 204 B
import { IActionPlugin } from "../types/actions"; /** * Plugin that manages the action history * Records actions in the history to allow undo/redo */ export declare const historyPlugin: IActionPlugin;