@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 340 B
TypeScript
export default SimpleWindowView;
declare class SimpleWindowView extends View<HTMLElement> {
constructor(contentView: any, options: any);
el: Element;
title: ObservedValue;
content: any;
}
import View from "../View.js";
import ObservedValue from '../../core/model/ObservedValue.js';
//# sourceMappingURL=SimpleWindow.d.ts.map