import ID6Joint from "lingo3d/lib/interface/ID6Joint"; import React from "react"; export type D6JointProps = Partial & { children?: React.ReactNode; };