@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
9 lines • 375 B
TypeScript
import type { TcpPose } from "@wandelbots/nova-js/v1";
export type PoseCartesianValuesProps = {
tcpPose: TcpPose;
showCopyButton?: boolean;
};
export declare const PoseCartesianValues: (({ tcpPose, showCopyButton }: PoseCartesianValuesProps) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
//# sourceMappingURL=PoseCartesianValues.d.ts.map