@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
9 lines • 351 B
TypeScript
import type { JoggingStore } from "./JoggingStore";
/**
* Monitors the active robot motion state and displays a message if
* any joint limits are reached.
*/
export declare const JoggingJointLimitDetector: ({ store, }: {
store: JoggingStore;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=JoggingJointLimitDetector.d.ts.map