UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

14 lines 616 B
import { type PopoverOrigin } from "@mui/material"; import type { RobotControllerStateOperationModeEnum, RobotControllerStateSafetyStateEnum } from "@wandelbots/nova-js/v1"; export interface SafetyBarProps { isVirtual: boolean; motionGroupId: string; operationMode: RobotControllerStateOperationModeEnum; safetyState: RobotControllerStateSafetyStateEnum; anchorOrigin?: PopoverOrigin; transformOrigin?: PopoverOrigin; } export declare const SafetyBar: ((props: SafetyBarProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; //# sourceMappingURL=SafetyBar.d.ts.map