UNPKG

lingo3d

Version:

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

4 lines (3 loc) 275 B
declare const onSceneGraphChange: (cb: (val: void) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable; export { onSceneGraphChange }; export declare const emitSceneGraphChange: (val?: void | undefined, isState?: boolean | undefined) => void;