UNPKG

react-easy-diagram

Version:

<img src="https://github.com/tokarchyn/react-easy-diagram/blob/main/repo/logo-with-name.png?raw=true" alt="React Easy Diagram logo" height="50">

10 lines 311 B
import { RootStore } from "./rootStore"; export declare class CommandExecutor { private _rootStore; constructor(rootStore: RootStore); execute: (command: ICommand) => void; } export interface ICommand { execute(rootStore: RootStore): any; } //# sourceMappingURL=commandExecutor.d.ts.map