UNPKG

lingo3d

Version:

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

6 lines (5 loc) 444 B
import D6Joint from "../../display/joints/D6Joint"; export declare const configD6JointSystem: { add: ((item: D6Joint, initData?: void | Record<string, any> | undefined) => false | import("@lincode/promiselikes").Cancellable) | ((item: D6Joint, initData?: void | Record<string, any> | undefined) => boolean); delete: ((item: D6Joint) => false | import("@lincode/promiselikes").Cancellable | undefined) | ((item: D6Joint) => boolean); };