UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 290 B
/** * * @param {InterfaceCommand} prop * @param {GUIEngine} gui * @param {EntityComponentDataset} ecd * @extends {View} */ export function makeCommandButtonView(prop: InterfaceCommand, gui: GUIEngine, ecd: EntityComponentDataset): View; //# sourceMappingURL=CommandButtonView.d.ts.map