UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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