UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines 249 B
export default (...inputRefs) => (ref) => { for (const inputRef of inputRefs) if (typeof inputRef === "function") inputRef(ref); else inputRef.current = ref; }; //# sourceMappingURL=mergeRefs.js.map