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