UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 306 B
export default ToolSettingsView; declare class ToolSettingsView extends View<HTMLElement> { constructor(tool: any); model: any; gui: any; el: any; setTool(tool: any): void; build(): void; } import View from "../../../src/view/View.js"; //# sourceMappingURL=ToolSettingsView.d.ts.map