@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
13 lines • 557 B
TypeScript
import { type PopoverOrigin } from "@mui/material";
import type { OperationMode } from "@wandelbots/nova-js/v2";
interface OperationModeIndicatorProps {
operationMode: OperationMode;
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