UNPKG

mylingo3d

Version:

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

7 lines 471 B
import store, { push, pull, refresh } from "@lincode/reactivity"; const [setEnvironmentStack, getEnvironmentStack] = store([]); export { getEnvironmentStack }; export const pushEnvironmentStack = push(setEnvironmentStack, getEnvironmentStack); export const pullEnvironmentStack = pull(setEnvironmentStack, getEnvironmentStack); export const refreshEnvironmentStack = refresh(setEnvironmentStack, getEnvironmentStack); //# sourceMappingURL=useEnvironmentStack.js.map