UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 330 B
export default SelectionClearAction; declare class SelectionClearAction extends Action<any> { constructor(); oldState: any; apply(editor: any): Promise<void>; revert(editor: any): Promise<void>; } import { Action } from "../../../src/core/process/undo/Action.js"; //# sourceMappingURL=SelectionClearAction.d.ts.map