UNPKG

lingo3d

Version:

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

3 lines (2 loc) 241 B
import GameGraph from "../visualScripting/GameGraph"; export declare const setGameGraph: import("@lincode/reactivity").SetGlobalState<GameGraph | undefined>, getGameGraph: import("@lincode/reactivity").GetGlobalState<GameGraph | undefined>;