UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 414 B
/** * * @param {string[]} props * @param {} value * @param {Signal} change_signal */ export function make_row_editor(props: string[], value: any, change_signal?: Signal): EmptyView; /** * * @param {Vector3} v3 * @returns {EmptyView} */ export function makeV3_editor(v3: Vector3): EmptyView; import EmptyView from "../../../../../src/view/elements/EmptyView.js"; //# sourceMappingURL=makeV3_editor.d.ts.map