UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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