@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 335 B
TypeScript
export default Vector1Control;
declare class Vector1Control extends View<HTMLElement> {
constructor({ tag }?: {
tag?: string;
});
el: Element;
model: ObservedValue;
}
import View from "../../View.js";
import ObservedValue from "../../../core/model/ObservedValue.js";
//# sourceMappingURL=Vector1Control.d.ts.map