UNPKG

lingo3d

Version:

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

5 lines (4 loc) 234 B
import { MutableRefObject } from "preact/compat"; type Type = HTMLElement | SVGSVGElement | null; declare const _default: (...inputRefs: (MutableRefObject<Type> | ((el: any) => any))[]) => (el: Type) => void; export default _default;