UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

9 lines 369 B
import { type Pose } from "@wandelbots/nova-js/v2"; export type PoseCartesianValuesProps = { tcpPose: Pose; showCopyButton?: boolean; }; export declare const PoseCartesianValues: (({ tcpPose, showCopyButton }: PoseCartesianValuesProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; //# sourceMappingURL=PoseCartesianValues.d.ts.map