lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
10 lines (9 loc) • 325 B
TypeScript
export declare const emitEditorEdit: (val: {
phase: "start" | "end";
key: string;
value: any;
}, isState?: boolean | undefined) => void, onEditorEdit: (cb: (val: {
phase: "start" | "end";
key: string;
value: any;
}) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;