@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
13 lines • 605 B
TypeScript
import { type PopoverOrigin } from "@mui/material";
import type { RobotControllerStateOperationModeEnum } from "@wandelbots/nova-js/v1";
interface OperationModeIndicatorProps {
operationMode: RobotControllerStateOperationModeEnum;
anchorOrigin?: PopoverOrigin;
transformOrigin?: PopoverOrigin;
compact: boolean;
}
export declare const OperationModeIndicator: (({ operationMode, anchorOrigin, transformOrigin, compact, }: OperationModeIndicatorProps) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
export {};
//# sourceMappingURL=OperationModeIndicator.d.ts.map