@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 359 B
TypeScript
export class EnumEditor extends TypeEditor<any> {
constructor(type: any);
type: any;
build(parent: any, field: any, registry: any): DropDownSelectionView<any>;
}
import { TypeEditor } from "../../TypeEditor.js";
import DropDownSelectionView from "../../../../../src/view/elements/DropDownSelectionView.js";
//# sourceMappingURL=EnumEditor.d.ts.map