lingo3d-react
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines (6 loc) • 331 B
TypeScript
import React from "react";
import { SphericalJoint as GameSphericalJoint } from "lingo3d";
declare const SphericalJoint: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/ISphericalJoint").default> & {
children?: React.ReactNode;
} & React.RefAttributes<GameSphericalJoint>>;
export default SphericalJoint;