mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
10 lines (9 loc) • 391 B
TypeScript
import { Pane } from "tweakpane";
import Defaults from "../../interface/utils/Defaults";
export declare const setProgrammatic: () => void;
declare const _default: (pane: Pane, title: string, target: Record<string, any>, defaults: Defaults<any>, params?: {
[x: string]: any;
}) => {
[k: string]: import("tweakpane").InputBindingApi<unknown, any>;
};
export default _default;