UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 283 B
/** * * @param {InterfaceCommand} command * @param {GUIEngine} gui * @param {EntityComponentDataset} ecd * @returns {View} */ export function createInterfaceCommandButton({ command, gui, ecd }: InterfaceCommand): View; //# sourceMappingURL=createInterfaceCommandButton.d.ts.map