UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 331 B
export class Vector1Editor extends TypeEditor<any> { constructor(); build(parent: any, field: any, registry: any): NumberController; } import { TypeEditor } from "../../TypeEditor.js"; import { NumberController } from "../../../../view/ecs/components/common/NumberController.js"; //# sourceMappingURL=Vector1Editor.d.ts.map