UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 319 B
export default ToolView; declare class ToolView extends View<HTMLElement> { /** * * @param {Tool} tool * @param {Editor} editor * @constructor */ constructor({ tool, editor }: Tool); el: Element; } import View from "../../../src/view/View.js"; //# sourceMappingURL=ToolView.d.ts.map