UNPKG

lingo3d

Version:

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

3 lines (2 loc) 254 B
import Appendable from "../display/core/Appendable"; export declare const emitId: (val: Appendable, isState?: boolean | undefined) => void, onId: (cb: (val: Appendable) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;