UNPKG

lingo3d

Version:

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

6 lines (5 loc) 268 B
import { Pane } from "./tweakpane"; import { Cancellable } from "@lincode/promiselikes"; import Setup from "../../display/Setup"; declare const _default: (pane: Pane, targetSetup: Setup, includeKeys: Array<string> | undefined) => Cancellable; export default _default;