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