@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
8 lines • 308 B
TypeScript
export type PoseJointValuesProps = {
joints: Array<number>;
showCopyButton?: boolean;
};
export declare const PoseJointValues: (({ joints, showCopyButton }: PoseJointValuesProps) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
//# sourceMappingURL=PoseJointValues.d.ts.map