UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 308 B
export class ObservedStringEditor 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=ObservedStringEditor.d.ts.map