mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
6 lines (5 loc) • 430 B
TypeScript
import ISetup from "../interface/ISetup";
export declare const setSetupStack: import("@lincode/reactivity").SetGlobalState<Partial<ISetup>[]>, getSetupStack: import("@lincode/reactivity").GetGlobalState<Partial<ISetup>[]>;
export declare const pushSetupStack: (val: Partial<ISetup>) => void;
export declare const pullSetupStack: (val: Partial<ISetup>) => void;
export declare const refreshSetupStack: () => void | undefined;