UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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