UNPKG

mylingo3d

Version:

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

5 lines 285 B
import store from "@lincode/reactivity"; import { getSelectionTarget } from "./useSelectionTarget"; export const [setSceneGraphTarget, getSceneGraphTarget] = store(undefined); getSelectionTarget(() => setSceneGraphTarget(undefined)); //# sourceMappingURL=useSceneGraphTarget.js.map