UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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