UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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