UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 301 B
export class MeshEditor extends TypeEditor<any> { constructor(); build(parent: any, field: any, registry: any): CanvasView; } import { TypeEditor } from "../../TypeEditor.js"; import { CanvasView } from "../../../../../src/view/elements/CanvasView.js"; //# sourceMappingURL=MeshEditor.d.ts.map