UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

9 lines 356 B
import type { Joints } from "@wandelbots/nova-api/v1"; export type PoseJointValuesProps = { joints: Joints; showCopyButton?: boolean; }; export declare const PoseJointValues: (({ joints, showCopyButton }: PoseJointValuesProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; //# sourceMappingURL=PoseJointValues.d.ts.map