UNPKG

mylingo3d

Version:

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

5 lines (4 loc) 283 B
import { GetGlobalState, SetGlobalState } from "@lincode/reactivity"; type UseGlobalState<T> = () => readonly [T, SetGlobalState<T>]; declare const _default: <T>(setGlobalState: SetGlobalState<T>, getGlobalState: GetGlobalState<T>) => UseGlobalState<T>; export default _default;