UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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