UNPKG

mylingo3d

Version:

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

7 lines (6 loc) 215 B
export default (...inputRefs: Array<any>) => (ref: any) => { for (const inputRef of inputRefs) if (typeof inputRef === "function") inputRef(ref) else inputRef.current = ref }