UNPKG

mylingo3d

Version:

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

3 lines (2 loc) 221 B
export type AutoMount = boolean | string | HTMLElement; export declare const setAutoMount: import("@lincode/reactivity").SetGlobalState<AutoMount>, getAutoMount: import("@lincode/reactivity").GetGlobalState<AutoMount>;