@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
7 lines • 313 B
TypeScript
export class BooleanEditor 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=BooleanEditor.d.ts.map