@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
7 lines • 309 B
TypeScript
export class MaterialEditor 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=MaterialEditor.d.ts.map